superset/superset-frontend/cypress-base/cypress.json

15 lines
307 B
JSON
Raw Normal View History

{
"baseUrl": "http://localhost:8081",
"chromeWebSecurity": false,
"defaultCommandTimeout": 5000,
"requestTimeout": 10000,
"ignoreTestFiles": [
"**/!(*.test.js)"
],
"video": false,
"videoUploadOnPasses": false,
2018-10-18 14:22:43 -04:00
"viewportWidth": 1280,
"viewportHeight": 1024,
"projectId": "dk2opw"
}