accounts/tests/codeception/api/codeception.yml

29 lines
652 B
YAML
Raw Normal View History

namespace: tests\codeception\api
actor: Tester
params: [env]
paths:
tests: .
log: _output
data: _data
helpers: _support
settings:
bootstrap: _bootstrap.php
suite_class: \PHPUnit_Framework_TestSuite
colors: true
memory_limit: 1024M
log: true
config:
test_entry_url: http://localhost/api/web/index.php
coverage:
enabled: true
remote: true
whitelist:
include:
- ../../../api/*
exclude:
- ../../../api/config/*
- ../../../api/mails/*
- ../../../api/web/*
- ../../../api/runtime/*
c3url: 'http://localhost/api/web/index.php'