forked from LambdaTest/protractor-selenium-sample-gitlab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
21 lines (21 loc) · 781 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/lambdatest/protractor-selenium-sample"
},
"dependencies": {
"protractor": "^5.4.2"
},
"license": "MIT"
}