install cypress, first package of npm

This commit is contained in:
Yisroel Baum 2026-03-21 20:16:07 +02:00
parent a527c8b01e
commit 6cf93426eb
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
3 changed files with 2219 additions and 1 deletions

3
.gitignore vendored
View file

@ -1 +1,2 @@
/vendor/ vendor/
node_modules/

2208
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

9
package.json Normal file
View file

@ -0,0 +1,9 @@
{
"scripts": {
"cypress:dev": "cypress open",
"cypress:run": "cypress run"
},
"devDependencies": {
"cypress": "^15.12.0"
}
}