mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:36:13 +02:00
tea/codeception.yml
Oliver Klee 2344557abc
[CLEANUP] Autoformat all files (#175)
This will reduce unrelated autoformatting changes in other commits
(and it also makes the code more readable).
2020-12-01 23:12:34 +01:00

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