-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
26 lines (26 loc) · 1.07 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
{
"name": "protractor-lambdatest",
"version": "0.1.0",
"readme": "Protractor Integration with [lambdatest](https://www.lambdatest.com)",
"description": "Selenium examples for Protractor and lambdatest Automate",
"scripts": {
"test": "npm run single && npm run local && npm run parallel",
"single": "cross-env CONFIG_FILE=single ./node_modules/.bin/protractor conf/single.conf.js",
"local": "cross-env CONFIG_FILE=local ./node_modules/.bin/protractor conf/local.conf.js",
"parallel": "cross-env CONFIG_FILE=parallel ./node_modules/.bin/protractor conf/parallel.conf.js",
"parallel_local": "./node_modules/.bin/protractor conf/parallel_local.conf.js",
"uploadfile": "./node_modules/.bin/protractor conf/fileupload.conf.js",
"nonanguploadfile": "./node_modules/.bin/protractor conf/nonAngularfileupload.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/lambdatest/protractor-selenium-sample"
},
"dependencies": {
"protractor": "^5.4.2"
},
"license": "MIT",
"devDependencies": {
"cross-env": "^7.0.3"
}
}