mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01:00
2344557abc
This will reduce unrelated autoformatting changes in other commits (and it also makes the code more readable).
37 lines
781 B
YAML
37 lines
781 B
YAML
---
|
|
suites:
|
|
acceptance:
|
|
actor: AcceptanceTester
|
|
modules:
|
|
enabled:
|
|
- WebDriver:
|
|
browser: chrome
|
|
url: "https://www.oliverklee.de"
|
|
- \Helper\Acceptance
|
|
path: "."
|
|
extensions:
|
|
enabled:
|
|
- Codeception\Extension\RunFailed
|
|
gherkin: [ ]
|
|
modules:
|
|
config:
|
|
WebDriver:
|
|
browser: chrome
|
|
capabilities:
|
|
chromeOptions:
|
|
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
|