1
0

Adding Cypress

This commit is contained in:
2024-11-04 21:40:59 +01:00
parent 2b2d1bb6a2
commit 1a5a4f3ec9
7 changed files with 2215 additions and 1 deletions

View File

@@ -3,7 +3,8 @@
"version": "1.0.0",
"main": "server/js/App.js",
"scripts": {
"start": "webpack serve --config webpack.config.js"
"start": "webpack serve --config webpack.config.js",
"cy:open": "cypress open"
},
"author": "",
"license": "ISC",
@@ -22,6 +23,9 @@
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"babel-loader": "^9.2.1",
"cypress": "^13.15.1",
"mocha": "^10.8.2",
"nodemon": "^3.1.7",
"vue-loader": "^17.4.2"
}
}