2021-06-22 17:52:37 +00:00
|
|
|
{
|
|
|
|
|
"baseUrl": "http://localhost:8082",
|
|
|
|
|
"env": {
|
|
|
|
|
"apiUrl": "http://localhost:3000"
|
2021-07-20 02:54:14 +00:00
|
|
|
},
|
2021-09-12 04:22:29 +00:00
|
|
|
"viewportWidth": 1536,
|
|
|
|
|
"viewportHeight": 960,
|
2021-07-20 02:54:14 +00:00
|
|
|
"testFiles": [
|
|
|
|
|
"auth.spec.js",
|
2021-09-02 17:03:19 +00:00
|
|
|
"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"
|
2021-09-12 04:22:29 +00:00
|
|
|
]
|
|
|
|
|
}
|