ToolJet/cypress.json
Mohini Dahiya df04bb98ed
[Cypress] Test to add postgres db in editor (#484)
1. Added test file- 'editor-datasource-postgres.spec.js'
2. Updated test file- 'editor-navigation-bar.spec.js' for latest changes in UI.
3. Updated commands.js file for common function to create postgres DB.
2021-08-13 13:59:50 +05:30

15 lines
No EOL
319 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",
"editor-navigation-bar.spec.js",
"editor-datasource-postgres.spec.js"
]
}