2020-07-07 16:33:34 +02:00
|
|
|
---
|
2018-05-31 23:48:38 +02:00
|
|
|
suites:
|
2020-07-07 16:33:34 +02:00
|
|
|
acceptance:
|
|
|
|
actor: AcceptanceTester
|
|
|
|
modules:
|
|
|
|
enabled:
|
2020-12-01 23:12:34 +01:00
|
|
|
- WebDriver:
|
2020-07-07 16:33:34 +02:00
|
|
|
browser: chrome
|
|
|
|
url: "https://www.oliverklee.de"
|
|
|
|
- \Helper\Acceptance
|
|
|
|
path: "."
|
2018-05-31 23:48:38 +02:00
|
|
|
extensions:
|
2020-07-07 16:33:34 +02:00
|
|
|
enabled:
|
|
|
|
- Codeception\Extension\RunFailed
|
2020-12-01 23:12:34 +01:00
|
|
|
gherkin: [ ]
|
2018-05-31 23:48:38 +02:00
|
|
|
modules:
|
|
|
|
config:
|
|
|
|
WebDriver:
|
|
|
|
browser: chrome
|
|
|
|
capabilities:
|
|
|
|
chromeOptions:
|
2020-07-07 16:33:34 +02:00
|
|
|
args:
|
|
|
|
- "--headless"
|
|
|
|
- "--disable-gpu"
|
|
|
|
port: 9515
|
|
|
|
window_size: false
|
|
|
|
params:
|
|
|
|
- env
|
|
|
|
paths:
|
|
|
|
data: .Build/public/typo3temp/var/tests/_data
|
|
|
|
envs: .Build/public/typo3temp/var/tests/_envs
|
|
|
|
output: .Build/public/typo3temp/var/tests/_output
|
|
|
|
support: Tests/Acceptance/_support
|
|
|
|
tests: Tests/Acceptance
|
|
|
|
settings:
|
|
|
|
lint: true
|
|
|
|
shuffle: false
|