mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
* Cypress tests to test if widgets are draggable 1. Added tests for all widgets to test if user is able to drag and drop them to canvas. 2. Re-organised Integration test folder according to the Pages. * Updated package-lock.json file Updated NPM to 7.20.0 and created this file again. * Last update- package-lock.json 31 Sep- Steps followed: $ rm -rf node_modules/ $ npm cache clean --force (Revert the changes in your package-lock.json file) step 3 -> copy and paste the file from develop branch $ npm i still generating 21552 lines.
31 lines
No EOL
1.2 KiB
JSON
31 lines
No EOL
1.2 KiB
JSON
{
|
|
"baseUrl": "http://localhost:8082",
|
|
"env": {
|
|
"apiUrl": "http://localhost:3000"
|
|
},
|
|
"testFiles": [
|
|
"auth.spec.js",
|
|
"dashboard/empty-state-dashboard.spec.js",
|
|
"dashobard/dashboard.spec.js",
|
|
"dashboard/apps-page-operations.spec.js",
|
|
"editor/editor-navigation-bar.spec.js",
|
|
"editor/editor-datasource-postgres.spec.js",
|
|
"editor/widgets/editor-widget-checkbox.spec.js",
|
|
"editor/widgets/editor-widget-table.spec.js",
|
|
"editor/widgets/editor-widget-button.spec.js",
|
|
"editor/widgets/editor-widget-chart.spec.js",
|
|
"editor/widgets/editor-widget-modal.spec.js",
|
|
"editor/widgets/editor-widget-text-input.spec.js",
|
|
"editor/widgets/editor-widget-date-picker.spec.js",
|
|
"editor/widgets/editor-widget-toggle-switch.spec.js",
|
|
"editor/widgets/editor-widget-text-area.spec.js",
|
|
"editor/widgets/editor-widget-text.spec.js",
|
|
"editor/widgets/editor-widget-text-editor.spec.js",
|
|
"editor/widgets/editor-widget-image.spec.js",
|
|
"editor/widgets/editor-widget-container.spec.js",
|
|
"editor/widgets/editor-widget-dropdown.spec.js",
|
|
"editor/widgets/editor-widget-multiselect.spec.js",
|
|
"editor/widgets/editor-widget-map.spec.js",
|
|
"editor/widgets/editor-widget-qr-scanner.spec.js"
|
|
]
|
|
} |