-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.45 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
{
"name": "Volvo-Automation-Task-WDIO",
"version": "1.0.0",
"description": "Test suite for volvo automation task",
"scripts": {
"mobileWeb": "wdio config/mobileWeb.config.js",
"desktopChrome": "npx wdio config/desktopChrome.config.js",
"desktopChromeSmoke": "npx wdio config/desktopChrome.config.js --suite smoke",
"desktopFirefox": "npx wdio config/desktopFirefox.config.js",
"vrt": "npx wdio ./config/visualRegression.config.js",
"lint": "eslint ."
},
"keywords": [
"Mocha",
"webdriverio"
],
"devDependencies": {
"@rpii/wdio-report-events": "0.1.3",
"@wdio/appium-service": "^7.8.0",
"@wdio/cli": "7.8.0",
"@wdio/local-runner": "^7.8.0",
"@wdio/mocha-framework": "^7.8.0",
"@wdio/spec-reporter": "^7.8.0",
"@wdio/sync": "^7.8.0",
"allure-commandline": "2.13.8",
"chromedriver": "92.0.0",
"eslint": "^7.31.0",
"ffmpeg": "0.0.4",
"log4js": "6.3.0",
"moment": "2.29.1",
"nodemon": "^2.0.12",
"pngjs": "6.0.0",
"source-map-support": "^0.5.19",
"wdio-chromedriver-service": "^7.2.0",
"global-agent": "^3.0.0",
"wdio-html-nice-reporter": "^7.7.14",
"resemblejs": "^4.0.0",
"mz": "^2.7.0",
"wdio-image-comparison-service": "^2.3.0",
"@wdio/firefox-profile-service": "^7.8.0",
"geckodriver": "^2.0.3",
"marionette": "^5.0.0-alpha.2"
},
"dependencies": {
"@wdio/selenium-standalone-service": "^7.8.0",
"log4js": "^6.3.0"
}
}