-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
28 lines (28 loc) · 1.05 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
{
"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": "./node_modules/.bin/protractor conf/single.conf.js",
"local": "./node_modules/.bin/protractor conf/local.conf.js",
"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": {
"grep": "^0.1.0",
"jasmine-reporters": "^2.5.0",
"protractor-html-reporter-2": "^1.0.4"
}
}