Files
snipe-it/tests/acceptance.suite.yml
T
Vincent Sposato 703fd9ba8f More tweaks
2015-08-28 20:11:01 -04:00

28 lines
611 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:
- \Helper\Acceptance
- Laravel4
- PhpBrowser
config:
PhpBrowser:
url: http://snipe-it.dev
Laravel4:
environment: testing
filters: true
env:
travis-ci:
modules:
config:
PhpBrowser:
url: http://localhost:8007
Laravel4:
environment: travis-ci
filters: true