openstamanager/tests/acceptance.suite.yml

12 lines
306 B
YAML
Raw Normal View History

2018-08-03 17:19:45 +02:00
# 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:
- WebDriver
- \Helper\Acceptance