-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (33 loc) · 949 Bytes
/
package.json
File metadata and controls
34 lines (33 loc) · 949 Bytes
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
{
"name": "wd-lambdatest-sample",
"version": "0.1.0",
"readme": "WD Integration with [lambdatest](https://www.lambdatest.com)",
"description": "Selenium examples for WD and lambdatest Automate",
"repository": {
"type": "git",
"url": "git+https://github.com/lambdatest/wd-lambdatest-sample.git"
},
"keywords": [
"wd",
"lambdatest",
"wd-lambdatest-sample",
"webdriver",
"selenium"
],
"author": "lambdatest",
"bugs": {
"url": "https://github.com/lambdatest/wd-lambdatest-sample/issues"
},
"homepage": "https://github.com/lambdatest/wd-lambdatest-sample#readme",
"scripts": {
"test": "npm run single && npm run parallel",
"single": "node scripts/lambdatest.js ../conf/single.conf.js",
"parallel": "node scripts/lambdatest.js ../conf/parallel.conf.js"
},
"dependencies": {
"chai": "^6.2.0",
"chai-as-promised": "^8.0.2",
"colors": "^1.4.0",
"wd": "^1.14.0"
}
}