-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.26 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.26 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
36
37
38
39
40
41
42
{
"name": "webdriverio-lambdatest",
"version": "0.1.0",
"readme": "WebdriverIO Integration with [LambdaTest](https://www.lambdatest.com)",
"description": "Selenium examples for WebdriverIO and LambdaTest Selenium Grid",
"scripts": {
"test": "npm run single && npm run parallel && npm run multiple",
"single": "./node_modules/.bin/wdio conf/single.conf.js",
"parallel": "./node_modules/.bin/wdio conf/parallel.conf.js",
"multiple": "./node_modules/.bin/wdio conf/multiple.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lambdatest/webdriverio-selenium-sample.git"
},
"keywords": [
"webdriverio",
"lambdatest",
"automation",
"selenium",
"tests"
],
"bugs": {
"url": "https://github.com/lambdatest/webdriverio-selenium-sample/issues"
},
"homepage": "https://github.com/lambdatest/webdriverio-selenium-sample#readme",
"dependencies": {
"chai": "^4.3.10",
"mocha": "^10.2.0",
"webdriverio": "^8.40.0"
},
"devDependencies": {
"@wdio/cli": "^8.40.0",
"@wdio/local-runner": "^8.40.0",
"@wdio/mocha-framework": "^8.40.0",
"wdio-lambdatest-service": "^2.1.2"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
}
}