mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-21 07:59:01 +00:00
* 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.
13 lines
No EOL
240 B
JSON
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"
|
|
]
|
|
|
|
} |