mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* Cypress tests for Editor 1. Test Navigation Bar elements * Updated ManageAppUsers.jsx Removed space from Share text * update clipboardy package location moved dependency from root to frontend package.json file * restored root package.json file removed clipboardy dependencies.
14 lines
No EOL
277 B
JSON
14 lines
No EOL
277 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"
|
|
]
|
|
|
|
} |