install cypress, first package of npm
This commit is contained in:
parent
a527c8b01e
commit
6cf93426eb
3 changed files with 2219 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/vendor/
|
||||
vendor/
|
||||
node_modules/
|
||||
2208
package-lock.json
generated
Normal file
2208
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
9
package.json
Normal file
9
package.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"scripts": {
|
||||
"cypress:dev": "cypress open",
|
||||
"cypress:run": "cypress run"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cypress": "^15.12.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue