forked from shopware/e2e-testsuite-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cypress.json
31 lines (31 loc) · 802 Bytes
/
cypress.json
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
{
"viewportHeight": 1080,
"viewportWidth": 1920,
"baseUrl": "http://localhost:8000",
"watchForFileChanges": false,
"requestTimeout": 10000,
"responseTimeout": 60000,
"defaultCommandTimeout": 10000,
"salesChannelName": "Storefront",
"useDarkTheme": false,
"video": false,
"useShopwareTheme": true,
"theme": "dark",
"screenshotsFolder": "./../app/build/artifacts/e2e/screenshots",
"reporter": "junit",
"reporterOptions": {
"mochaFile": "./../app/build/artifacts/e2e/my-test-output-[hash].xml",
"toConsole": true
},
"env": {
"apiVersion": "v1",
"apiPath": "**/api/v*",
"user": "admin",
"pass": "shopware",
"salesChannelName": "Storefront",
"admin": "/admin",
"locale": "en-GB",
"projectRoot": "/app",
"localUsage": false
}
}