0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-01-30 20:16:21 +00:00
salesagility_SuiteCRM/tests/acceptance.suite.yml
Connor Shea 040f01109d Test simplifying the acceptance and install suite configs.
These may be unnecessary since they're handled by the Travis config?
2019-06-19 16:51:04 -06:00

18 lines
499 B
YAML

# Codeception Test Suite Configuration
#
# Suite for acceptance tests.
# Perform tests in browser using the SuiteCRM WebDriver
#
# Use the enviornmental config files to configure the driver
class_name: AcceptanceTester
modules:
enabled:
- \Helper\Acceptance
- \Helper\WebDriverHelper
- Filesystem
- \SuiteCRM\Test\Driver\WebDriver
config:
\SuiteCRM\Test\Driver\WebDriver:
url: "https://demo.suiteondemand.com"
browser: chrome