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

16 lines
354 B
JSON

{
"baseUrl": "http://localhost:8081",
"chromeWebSecurity": false,
"defaultCommandTimeout": 5000,
"experimentalFetchPolyfill": true,
"requestTimeout": 10000,
"ignoreTestFiles": [
"**/!(*.test.js|*.test.ts)"
],
"video": false,
"videoUploadOnPasses": false,
"viewportWidth": 1280,
"viewportHeight": 1024,
"projectId": "ukwxzo"
}