-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 953 Bytes
/
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
{
"name": "vue-integration-testing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test-chrome": "nightwatch",
"test-vue-compositionAPI": "nightwatch --env vue --test testsCompositionAPI/compositionAPISpec.js --reporter html-reporter.js",
"test-vue": "nightwatch --env vue --test tests --reporter html-reporter.js",
"test-react": "nightwatch --env react --reporter html-reporter.js",
"test-angular": "nightwatch --env angular --reporter html-reporter.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flexmonster/vue-integration-testing.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/flexmonster/vue-integration-testing/issues"
},
"homepage": "https://github.com/flexmonster/vue-integration-testing#readme",
"dependencies": {
"chromedriver": "latest",
"handlebars": "^4.7.7",
"nightwatch": "^3.9.0"
}
}