-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
39 lines (39 loc) · 1.18 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
{
"name": "webdriverio-lambdatest",
"version": "0.1.0",
"readme": "WendriverIO 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": "*",
"mocha": "*",
"webdriverio": "*"
},
"devDependencies": {
"@wdio/cli": "*",
"@wdio/local-runner": "*",
"@wdio/mocha-framework": "*",
"@wdio/sync": "*",
"wdio-lambdatest-service": "*"
}
}