Files
snipe-it/tests/acceptance.suite.yml
T
2015-06-09 16:52:08 -07:00

13 lines
354 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.
class_name: AcceptanceTester
modules:
enabled:
PhpBrowser:
url: 'http://localhost/myapp/'
0: \Helper\Acceptance