diff options
Diffstat (limited to 'catalog-ui/cypress.json')
-rw-r--r-- | catalog-ui/cypress.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/catalog-ui/cypress.json b/catalog-ui/cypress.json new file mode 100644 index 0000000000..aabc872654 --- /dev/null +++ b/catalog-ui/cypress.json @@ -0,0 +1,7 @@ +{ + "baseUrl": "http://localhost:9000", + "chromeWebSecurity": false, + "video": false, + "defaultCommandTimeout": 10000, + "responseTimeout": 90000 +} |