Add config for e2e tests
This commit is contained in:
parent
b2c67569ab
commit
543a9ea6e9
|
|
@ -1,3 +1,4 @@
|
||||||
{
|
{
|
||||||
"baseUrl": "http://localhost:8000"
|
"baseUrl": "http://localhost:8000",
|
||||||
|
"video": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,8 @@
|
||||||
"start": "npm run dev",
|
"start": "npm run dev",
|
||||||
"lint": "eslint --ext .js,.vue src",
|
"lint": "eslint --ext .js,.vue src",
|
||||||
"build": "node build/build.js",
|
"build": "node build/build.js",
|
||||||
"open:cypress": "cypress open"
|
"open:cypress": "cypress open",
|
||||||
|
"test:cypress": "cypress run"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"apollo-cache-inmemory": "^1.2.2",
|
"apollo-cache-inmemory": "^1.2.2",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue