refactor(Cypress): Moved Cypress to the main folder of the project, as I don't need a sub project for now.
This commit is contained in:
15
package.json
Normal file
15
package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "cypress_app",
|
||||
"version": "1.0.0",
|
||||
"description": "run cypress end-2-end tests against post-prod.lifen.fr",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"cypress": "^8.3.1"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"scripts": {
|
||||
"test": "cypress open"
|
||||
},
|
||||
"author": "Simon Priet",
|
||||
"license": "ISC"
|
||||
}
|
Reference in New Issue
Block a user