mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-12 23:23:49 +08:00
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com> # Conflicts: # public/legacy/suitecrm_version.php
14 lines
355 B
YAML
14 lines
355 B
YAML
actor: InstallTester
|
|
modules:
|
|
enabled:
|
|
- \Helper\Acceptance
|
|
- \Helper\WebDriverHelper
|
|
- \Helper\Install
|
|
- \SuiteCRM\Test\Driver\WebDriver
|
|
- Filesystem
|
|
config:
|
|
\SuiteCRM\Test\Driver\WebDriver:
|
|
url: "https://demo.suiteondemand.com/"
|
|
browser: chrome
|
|
restart: true
|
|
wait: 1
|