We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ac85a commit ae41796Copy full SHA for ae41796
package.json
@@ -67,5 +67,7 @@
67
"dev": "web-dev-server --app-index index.html --root-dir dist --node-resolve --open",
68
"start": "yarn build-assets && concurrently --kill-others --names js,css,dev-server 'yarn watch' 'yarn build-css --watch' 'yarn dev'"
69
},
70
- "dependencies": {}
+ "dependencies": {
71
+ "webdriverio": "^7.19.5"
72
+ }
73
}
0 commit comments