Files
tripbuilder/tests/acceptance.suite.yml
Richard Morgan 42dc785735 list trips
add, remove flights
2017-05-14 22:08:50 -04:00

12 lines
352 B
YAML
Executable File

# Codeception Test Suite Configuration
#
# Suite for acceptance tests.
# Perform tests in browser using the WebDriver or PhpBrowser.
# If you need both WebDriver and PHPBrowser tests - create a separate suite.
class_name: AcceptanceTester
modules:
enabled:
- PhpBrowser:
url: http://localhost/myapp
- \Helper\Acceptance