mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
provide yarn command to run e2e tests
this assumes the riot-web local dev server is running
This commit is contained in:
parent
ebc2bba0c3
commit
3e971e4880
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@
|
|||
"clean": "rimraf lib",
|
||||
"prepare": "yarn clean && yarn build && git rev-parse HEAD > git-revision.txt",
|
||||
"test": "karma start --single-run=true --browsers VectorChromeHeadless",
|
||||
"test-multi": "karma start"
|
||||
"test-multi": "karma start",
|
||||
"e2etests": "./test/end-to-end-tests/run.sh --riot-url http://localhost:8080"
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
||||
|
|
Loading…
Reference in a new issue