UNPKG
@revoloo/cypress6
Version:
latest (1.0.0)
1.0.0
Cypress.io end to end testing tool
github.com/cypress-io/cypress
cypress-io/cypress
@revoloo/cypress6
/
npm
/
vue
/
cypress.json
11 lines
(10 loc)
•
229 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"viewportWidth"
:
500
,
"viewportHeight"
:
500
,
"video"
:
false
,
"responseTimeout"
:
2500
,
"projectId"
:
"134ej7"
,
"testFiles"
:
"**/*spec.js"
,
"experimentalComponentTesting"
:
true
,
"experimentalFetchPolyfill"
:
true
}