Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

18 lines
480B

  1. namespace: tests\codeception\frontend
  2. actor: Tester
  3. paths:
  4. tests: .
  5. log: _output
  6. data: _data
  7. helpers: _support
  8. settings:
  9. bootstrap: _bootstrap.php
  10. suite_class: \PHPUnit_Framework_TestSuite
  11. colors: true
  12. memory_limit: 1024M
  13. 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