graphql-engine/community/sample-apps/react-apollo-todo/cypress.json
2019-01-17 15:57:28 +05:30

13 lines
276 B
JSON

{
"baseUrl": "http://localhost:3000",
"env": {
"BASE_URL": "http://localhost:3000",
"TEST_MODE": "parallel"
},
"ignoreTestFiles": ["*spec.js", "validators.js"],
"viewportWidth": 1280,
"viewportHeight": 720,
"chromeWebSecurity": false,
"video": false
}