forked from naveenanimation20/WebDriverIO-JavaScriptCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.07 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.07 KB
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
{
"name": "webdriver-io-scripts",
"version": "1.0.0",
"description": "this is webdriver tutorial",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/wdio wdio.conf.js",
"elements": "node_modules/.bin/wdio wdio.conf.js --suite elements",
"waits": "node_modules/.bin/wdio wdio.conf.js --suite waits",
"report": "allure generate --clean allure-results && allure open"
},
"author": "Naveen Khunteta",
"license": "ISC",
"devDependencies": {
"@types/webdriverio": "^5.0.0",
"@wdio/allure-reporter": "^7.5.7",
"@wdio/firefox-profile-service": "^7.5.3",
"@wdio/local-runner": "^7.5.7",
"@wdio/mocha-framework": "^7.5.3",
"@wdio/selenium-standalone-service": "^7.5.7",
"@wdio/spec-reporter": "^7.5.7",
"@wdio/sync": "^7.5.7",
"allure-commandline": "^2.13.8",
"chai": "^4.3.4",
"chai-webdriverio": "^1.0.0",
"chromedriver": "^90.0.0",
"local-runner": "^0.1.1-alpha",
"wdio-chromedriver-service": "^7.0.0",
"webdriverio": "^7.5.7"
},
"dependencies": {
"@wdio/cli": "^7.5.7",
"i": "^0.3.6"
}
}