This commit is contained in:
Ruben Fiszel
2022-07-03 01:12:09 +02:00
parent 7eff4b9241
commit 033ba83f3b
6 changed files with 18 additions and 14 deletions
+10
View File
@@ -0,0 +1,10 @@
import { defineConfig } from 'cypress'
export default defineConfig({
env: {
baseUrl: 'http://localhost:8000',
},
e2e: {
setupNodeEvents(on, config) {},
},
})
-6
View File
@@ -1,6 +0,0 @@
{
"pluginsFile": false,
"env": {
"baseUrl": "http://localhost:8000"
}
}
+7 -7
View File
@@ -28,7 +28,7 @@
"@zerodevx/svelte-toast": "^0.7.2",
"autoprefixer": "^10.4.1",
"cssnano": "^5.1.12",
"cypress": "^9.7.0",
"cypress": "^10.3.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^4.0.0",
@@ -1713,9 +1713,9 @@
}
},
"node_modules/cypress": {
"version": "9.7.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.7.0.tgz",
"integrity": "sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q==",
"version": "10.3.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.3.0.tgz",
"integrity": "sha512-txkQWKzvBVnWdCuKs5Xc08gjpO89W2Dom2wpZgT9zWZT5jXxqPIxqP/NC1YArtkpmp3fN5HW8aDjYBizHLUFvg==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -7930,9 +7930,9 @@
}
},
"cypress": {
"version": "9.7.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.7.0.tgz",
"integrity": "sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q==",
"version": "10.3.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.3.0.tgz",
"integrity": "sha512-txkQWKzvBVnWdCuKs5Xc08gjpO89W2Dom2wpZgT9zWZT5jXxqPIxqP/NC1YArtkpmp3fN5HW8aDjYBizHLUFvg==",
"dev": true,
"requires": {
"@cypress/request": "^2.88.10",
+1 -1
View File
@@ -25,7 +25,7 @@
"@zerodevx/svelte-toast": "^0.7.2",
"autoprefixer": "^10.4.1",
"cssnano": "^5.1.12",
"cypress": "^9.7.0",
"cypress": "^10.3.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^4.0.0",