-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
24 lines (24 loc) · 926 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
{
"name": "CafeTownsend.ProtractorTests",
"version": "1.0.0",
"description": "![Last commit](https://img.shields.io/github/last-commit/startrug/CafeTownsend.ProtractorTests?color=9cf&logo=git)\r ![GitHub top language](https://img.shields.io/github/languages/top/startrug/CafeTownsend.ProtractorTests?color=blue)",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tests": "protractor conf.js --suite login"
},
"repository": {
"type": "git",
"url": "git+https://github.com/startrug/CafeTownsend.ProtractorTests.git"
},
"keywords": ["protractor", "jasmine", "js", "automation", "tests"],
"author": "Artur Strug",
"license": "MIT",
"bugs": {
"url": "https://github.com/startrug/CafeTownsend.ProtractorTests/issues"
},
"homepage": "https://github.com/startrug/CafeTownsend.ProtractorTests#readme"
}