forked from lcmtwn/protractor-screenshot-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 921 Bytes
/
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
{
"name": "protractor-screenshot-plugin",
"version": "0.0.2",
"description":
"Protractor plugin that takes a screenshot after the test failed or executed",
"main": "index.js",
"scripts": {
"start-httpster": "httpster -d testapp/ -p 8081",
"update-webdriver": "webdriver-manager update",
"start-webdriver": "webdriver-manager start"
},
"repository": {
"type": "git",
"url": "https://github.com/lcmtwn/protractor-screenshot-plugin.git"
},
"keywords": [
"protractor",
"protractor-plugin",
"screenshot",
"testing",
"webdriver",
"selenium"
],
"author": "Chien-Ming Lai <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lcmtwn/protractor-screenshot-plugin/issues"
},
"homepage": "https://github.com/lcmtwn/protractor-screenshot-plugin",
"devDependencies": {
"httpster": "^1.0.3",
"protractor": "^5.1.2"
}
}