ToolJet/cypress.json
Mohini Dahiya 3052ad41e7
Cypress tests for Editor (#439)
* 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.
2021-08-03 10:34:48 +05:30

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"
]
}