add script for opening cypress
This commit is contained in:
parent
830f0e38b9
commit
5057487b0f
1 changed files with 6 additions and 3 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
{
|
{
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"cypress": "^15.5.0"
|
"cypress": "^15.5.0"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"cy:open": "cypress open"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue