mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-01-30 20:16:21 +00:00
040f01109d
These may be unnecessary since they're handled by the Travis config?
18 lines
499 B
YAML
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
|