ToolJet/cypress.json
Mohini Dahiya cc4f97ca88
Cypress tests for operations on apps dashboard (#414)
* Cypress tests for possible operations on apps dashboard

Issue- #399

1. Created 'login-data.json' file for test data.
2. Added fixtures to all tests.
3. Added new test file - 'apps-page-operations.spec.js'
4. Added code to handle 'uncaught:exception' in file - 'index.js'

* Removed empty tests

Removed empty tests.
Removed extra line breaks.
2021-07-26 22:47:13 +05:30

13 lines
No EOL
240 B
JSON

{
"baseUrl": "http://localhost:8082",
"env": {
"apiUrl": "http://localhost:3000"
},
"testFiles": [
"auth.spec.js",
"empty-state-dashboard.spec.js",
"dashboard.spec.js",
"apps-page-operations.spec.js"
]
}