diff options
Diffstat (limited to 'tests/acceptance.suite.yml')
-rw-r--r-- | tests/acceptance.suite.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/acceptance.suite.yml b/tests/acceptance.suite.yml new file mode 100644 index 0000000..9fde4e7 --- /dev/null +++ b/tests/acceptance.suite.yml @@ -0,0 +1,12 @@ +# 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:8000/ + - \Helper\Acceptance |