Adding Cypress
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user