add e2e
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build",
|
||||
"lint": "vue-cli-service lint"
|
||||
"lint": "vue-cli-service lint",
|
||||
"test:e2e": "wdio run ./wdio.conf.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dop/astra-ui": "^0.2.5",
|
||||
@@ -24,6 +25,10 @@
|
||||
"@vue/cli-plugin-eslint": "~5.0.0",
|
||||
"@vue/cli-plugin-vuex": "^5.0.8",
|
||||
"@vue/cli-service": "~5.0.0",
|
||||
"@wdio/cli": "^8.16.3",
|
||||
"@wdio/jasmine-framework": "^8.16.3",
|
||||
"@wdio/local-runner": "^8.16.3",
|
||||
"@wdio/spec-reporter": "^8.16.3",
|
||||
"@webdiscus/pug-loader": "^2.9.4",
|
||||
"eslint": "^8.25.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
|
||||
Reference in New Issue
Block a user