Files
symfony-flex-recipes-contrib/codeception/codeception/2.3/tests/acceptance.suite.yml
T
2021-07-09 11:25:58 +02:00

13 lines
357 B
YAML

# 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.
actor: AcceptanceTester
modules:
enabled:
- PhpBrowser:
url: http://localhost:8000
- \App\Tests\Helper\Acceptance