2016-01-02 19:13:18 +05:30
|
|
|
namespace: tests\codeception\api
|
|
|
|
actor: Tester
|
|
|
|
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:
|
2016-01-15 14:51:27 +05:30
|
|
|
# the entry script URL (with host info) for functional tests
|
2016-01-02 19:13:18 +05:30
|
|
|
# PLEASE ADJUST IT TO THE ACTUAL ENTRY SCRIPT URL
|
|
|
|
test_entry_url: http://localhost:8080/api/web/index-test.php
|
2016-06-16 03:08:43 +05:30
|
|
|
coverage:
|
|
|
|
enabled: true
|
|
|
|
remote: true
|
|
|
|
whitelist:
|
|
|
|
include:
|
|
|
|
- ../../../api/*
|
|
|
|
exclude:
|
|
|
|
- ../../../api/config/*
|
|
|
|
- ../../../api/mails/*
|
|
|
|
- ../../../api/web/*
|
|
|
|
- ../../../api/runtime/*
|
|
|
|
c3url: 'http://localhost:8080/api/web/index-test.php'
|