forked from bbc/simorgh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcypress.json
30 lines (30 loc) · 850 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
{
"video": false,
"chromeWebSecurity": false,
"blockHosts": "gn-web-assets.api.bbc.com",
"env": {
"APP_ENV": "local",
"SMOKE": true,
"UK": false
},
"ignoreTestFiles": [
"**/README.md",
"**/pages/**/tests.js",
"**/pages/**/testsForAMPOnly.js",
"**/*/pages/**/testsForCanonicalOnly.js",
"**/pages/testsForAllPages.js",
"**/pages/testsForAllAMPPages.js",
"**/pages/testsForAllCanonicalPages.js",
"**/pages/**/helper.js",
"**/pages/**/helpers.js",
"**/pages/**/getErrorPath.js",
"**/123PlaygroundForTests/**",
"**/specialFeatures/utilities/**",
"**/specialFeatures/**/testsForAMPOnly.js",
"**/specialFeatures/**/testsForCanonicalOnly.js",
"**/specialFeatures/**/config.js"
],
"defaultCommandTimeout": 10000,
"pageLoadTimeout": 100000,
"responseTimeout": 50000
}