Skip to content

Commit

Permalink
Updated cypress folder structure (ToolJet#2909)
Browse files Browse the repository at this point in the history
* Removed outdated cypress tests

* Updated cypress folder structure
  • Loading branch information
ajith-k-v authored Apr 26, 2022
1 parent 010a313 commit 794e708
Show file tree
Hide file tree
Showing 43 changed files with 39 additions and 946 deletions.
13 changes: 0 additions & 13 deletions cypress-test/cypress.json

This file was deleted.

30 changes: 0 additions & 30 deletions cypress-test/cypress/plugins/index.js

This file was deleted.

19 changes: 0 additions & 19 deletions cypress-test/cypress/support/commands.js

This file was deleted.

20 changes: 0 additions & 20 deletions cypress-test/cypress/support/index.js

This file was deleted.

42 changes: 11 additions & 31 deletions cypress.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,13 @@
{
"baseUrl": "http://localhost:8082",
"env": {
"apiUrl": "http://localhost:3000"
},
"viewportWidth": 1536,
"viewportHeight": 960,
"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"
]
"baseUrl": "http://localhost:8082",
"execTimeout": 1800000,
"defaultCommandTimeout": 30000,
"requestTimeout": 10000,
"pageLoadTimeout": 20000,
"responseTimeout": 10000,
"viewportWidth": 1200,
"viewportHeight": 960,
"testFiles": "**/*.spec.js",
"chromeWebSecurity": true

}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions cypress/fixtures/login-data.json

This file was deleted.

57 changes: 0 additions & 57 deletions cypress/integration/auth.spec.js

This file was deleted.

68 changes: 0 additions & 68 deletions cypress/integration/dashboard/apps-page-operations.spec.js

This file was deleted.

50 changes: 0 additions & 50 deletions cypress/integration/dashboard/dashboard.spec.js

This file was deleted.

35 changes: 0 additions & 35 deletions cypress/integration/dashboard/empty-state-dashboard.spec.js

This file was deleted.

42 changes: 0 additions & 42 deletions cypress/integration/editor/editor-datasource-postgres.spec.js

This file was deleted.

Loading

0 comments on commit 794e708

Please sign in to comment.