-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 927 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 927 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
{
"name": "lambdatest-codeceptjs-sample",
"version": "1.0.0",
"description": "Sample CodeceptJS with webdriverio Automation Scripts For LambdaTest Selenium Grid",
"main": "codecept.conf.js",
"scripts": {
"test": "codeceptjs run --steps",
"test:android": "codeceptjs run --steps -c codecept.android.conf.js",
"test:desktop": "codeceptjs run --steps -c codecept.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LambdaTest/lambdatest-codeceptjs-sample.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LambdaTest/lambdatest-codeceptjs-sample/issues"
},
"homepage": "https://github.com/LambdaTest/lambdatest-codeceptjs-sample#readme",
"dependencies": {
"codeceptjs": "^3.7.5",
"selenium-webdriver": "^4.38.0",
"webdriverio": "^9.20.0"
},
"devDependencies": {
"codeceptjs-lambdatest-service": "^1.0.4"
}
}