mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
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.
15 lines
No EOL
319 B
JSON
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"
|
|
]
|
|
|
|
} |