mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 07:50:08 +08:00
14 lines
334 B
YAML
14 lines
334 B
YAML
|
actor: InstallTester
|
||
|
modules:
|
||
|
enabled:
|
||
|
- \Helper\Acceptance
|
||
|
- \Helper\WebDriverHelper
|
||
|
- \Helper\Install
|
||
|
- \SuiteCRM\Test\Driver\WebDriver
|
||
|
config:
|
||
|
\SuiteCRM\Test\Driver\WebDriver:
|
||
|
url: "https://demo.suiteondemand.com/"
|
||
|
browser: chrome
|
||
|
restart: true
|
||
|
wait: 1
|