forked from ToolJet/ToolJet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cypress.json
33 lines (33 loc) · 1.27 KB
/
cypress.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"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"
]
}