mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 05:56:11 +01:00
f34cfb701b
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
38 lines
790 B
YAML
38 lines
790 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
|