UNPKG
@linker-design/create-template
Version:
latest (3.0.0)
3.0.0
linker template initializer
@linker-design/create-template
/
template
/
config
/
cypress
/
package.json
11 lines
(10 loc)
•
314 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"scripts"
:
{
"test:e2e"
:
"start-server-and-test preview http://localhost:4173/ 'cypress open --e2e'"
,
"test:e2e:ci"
:
"start-server-and-test preview http://localhost:4173/ 'cypress run --e2e'"
}
,
"devDependencies"
:
{
"cypress"
:
"^10.10.0"
,
"start-server-and-test"
:
"^1.14.0"
}
}