superset/superset-frontend/cypress-base/cypress.json
2020-09-17 12:54:50 -07:00

20 lines
410 B
JSON

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