-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodeception.dist.yml
32 lines (29 loc) · 1.03 KB
/
codeception.dist.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
namespace: 'WerkraumMedia\Watchlist\Tests\Acceptance\Support'
paths:
tests: 'Tests/Acceptance'
data: 'Tests/Acceptance/Data'
output: '.Build/web/typo3temp/var/tests/AcceptanceReports'
support: 'Tests/Acceptance/Support'
suites:
acceptance:
actor: 'AcceptanceTester'
path: '.'
extensions:
enabled:
- 'Codeception\Extension\RunProcess':
- 'geckodriver > Tests/Acceptance/_output/geckodriver.log 2>&1'
- 'TYPO3_PATH_APP="$INSTANCE_PATH" TYPO3_PATH_ROOT="$INSTANCE_PATH" php -S 127.0.0.1:8080 -t "$INSTANCE_PATH" > Tests/Acceptance/_output/php.log 2>&1'
- WerkraumMedia\Watchlist\Tests\Acceptance\Support\Environment:
typo3DatabaseUsername: 'testing'
typo3DatabasePassword: 'testing'
modules:
enabled:
- WebDriver:
url: 'http://localhost:8080'
browser: 'firefox'
restart: true
path: ''
capabilities:
moz:firefoxOptions:
args:
- '-headless'