-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.41 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
{
"name": "kintone-ui-component-auto-test",
"version": "1.0.0",
"description": "Applying Automation in kintoneUIComponent testing",
"main": "wdio.conf.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "wdio wdio.conf.js",
"preparation": "wdio wdio.conf.js --suite preparation",
"report": "allure generate ./allure-results --clean && allure open",
"build-webpack": "cross-env NODE_ENV=production webpack"
},
"repository": {
"type": "git",
"url": "[email protected]:SDVN/kintone-UI-Component-Auto-test.git"
},
"author": "SDVN",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.2.0",
"@actions/github": "^1.1.0",
"babel-loader": "^8.0.6",
"babel-preset-stage-0": "^6.24.1",
"cross-env": "^6.0.3",
"css-loader": "^3.2.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "3.2.0",
"style-loader": "^1.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"devDependencies": {
"@kintone/kintone-ui-component": "git+https://github.com/kintone/kintone-ui-component.git",
"allure-commandline": "^2.9.0",
"chai": "^4.2.0",
"cross-spawn": "^7.0.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"wdio-allure-reporter": "^0.8.3",
"wdio-mocha-framework": "^0.6.4",
"wdio-selenium-standalone-service": "0.0.12",
"wdio-spec-reporter": "^0.1.5",
"webdriverio": "^4.14.1"
}
}