codeception.yml 480 Bytes
Newer Older
1
namespace: tests\codeception\frontend
2
actor: Tester
Mark committed
3
paths:
4
    tests: .
5
    log: _output
6
    data: _data
7
    helpers: _support
Mark committed
8 9 10 11 12 13
settings:
    bootstrap: _bootstrap.php
    suite_class: \PHPUnit_Framework_TestSuite
    colors: true
    memory_limit: 1024M
    log: true
14
config:
15
    # the entry script URL (with host info) for functional and acceptance tests
16
    # PLEASE ADJUST IT TO THE ACTUAL ENTRY SCRIPT URL
17
    test_entry_url: http://localhost:8080/frontend/web/index-test.php