This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/cypress.json
kolaente 98ffdc62ff
Merge branch 'main' into feature/vite
# Conflicts:
#	.drone.yml
#	Dockerfile
#	package.json
#	src/App.vue
#	src/components/home/contentAuth.vue
#	src/components/tasks/partials/editLabels.vue
#	src/main.ts
#	src/views/labels/NewLabel.vue
#	src/views/list/views/List.vue
#	src/views/tasks/TaskDetailView.vue
#	src/views/user/Login.vue
#	yarn.lock
2021-07-25 12:59:30 +02:00

12 lines
195 B
JSON

{
"baseUrl": "http://localhost:5000",
"env": {
"API_URL": "http://localhost:3456/api/v1",
"TEST_SECRET": "testingS3cr3et"
},
"video": false,
"retries": {
"runMode": 2
}
}