mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
12 lines
No EOL
298 B
YAML
12 lines
No EOL
298 B
YAML
actor: ApiTester
|
|
modules:
|
|
enabled:
|
|
- \Helper\api
|
|
- Filesystem
|
|
- Asserts
|
|
- \Helper\PhpBrowserDriverHelper
|
|
- PhpBrowser:
|
|
url: 'http://localhost/api/v8/'
|
|
- REST:
|
|
depends: PhpBrowser
|
|
url: 'http://localhost/api/v8/' |