SuiteCRM-Core/public/legacy/tests/acceptance.suite.yml
2021-03-31 15:37:32 +01: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