-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcypress.json
25 lines (25 loc) · 909 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
{
"baseUrl": "http://localhost:6006",
"custom": {
"components": {
"example-button--primary": "/iframe.html?id=example-button--primary&viewMode=story",
"test-homepage--base": "/iframe.html?id=test-homepage--base&viewMode=story",
"test-postspage--base": "/iframe.html?id=test-postspage--base&viewMode=story",
"components-card--base": "/iframe.html?id=components-card--base&viewMode=story",
"components-curvedlinechart--base": "/iframe.html?id=components-curvedlinechart--base&viewMode=story"
},
"logWaitTime": 0
},
"defaultCommandTimeout": 10000,
"ignoreTestFiles": [
"**/examples/*.spec.*",
"**/node_modules/**",
"**/__snapshots__/*",
"**/__image_snapshots__/*"
],
"integrationFolder": ".",
"testFiles": ["./cypress/integration/**/*.cspec.*", "./src/**/*.cspec.*"],
"video": false,
"viewportHeight": 1080,
"viewportWidth": 1920
}