superset/superset-frontend/cypress-base/cypress.json
David Aaron Suddjian 2913063924 SIP-32: Moving frontend code to the base of the repo (#9098)
* move assets out, get webpack dev working

* update docs to reference superset-frontend

* draw the rest of the owl

* fix docs

* fix webpack script

* rats

* correct docs

* fix tox dox
2020-02-09 17:53:56 -08:00

14 lines
326 B
JSON

{
"baseUrl": "http://localhost:8081",
"chromeWebSecurity": false,
"defaultCommandTimeout": 20000,
"requestTimeout": 20000,
"ignoreTestFiles": ["**/!(*.test.js)"],
"projectId": "fbf96q",
"video": false,
"videoUploadOnPasses": false,
"viewportWidth": 1280,
"viewportHeight": 800,
"requestTimeout": 10000
}