forked from piktur/vue-cli-plugin-e2e-webdriverio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "vue-cli-plugin-e2e-webdriverio",
"version": "1.0.2",
"description": "e2e-webdriverio plugin for vue-cli",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/piktur/vue-cli-plugin-e2e-webdriverio.git"
},
"author": "Daniel Small <[email protected]>",
"homepage": "https://github.com/piktur/vue-cli-plugin-e2e-webdriverio#readme",
"keywords": [
"vue",
"cli",
"vue-cli",
"e2e-webdriverio",
"e2e",
"test",
"webdriver",
"wdio"
],
"license": "MIT",
"private": false,
"scripts": {
"test": "jest",
"test:dummy": "node scripts/test/dummy --path $PWD"
},
"dependencies": {
"@vue/cli-shared-utils": "^3.0.5",
"chai": "^4.1.2",
"chromedriver": "^2.42.0",
"get-port": "^4.0.0",
"lodash.merge": "^4.6.1",
"selenium-server": "^3.14.0",
"wdio-chromedriver-service": "^0.1.5",
"wdio-mocha-framework": "^0.6.2",
"wdio-spec-reporter": "^0.1.5",
"webdriverio": "^4.13.2"
},
"devDependencies": {
"@vue/cli": "^3.0.5",
"@vue/cli-service": "^3.0.5",
"@vue/cli-test-utils": "^3.0.5",
"eslint": "^5.7.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-vue-libs": "^3.0.0",
"jest": "^23.6.0"
}
}