-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
29 lines (29 loc) · 962 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
{
"name": "continuos_integration_e2e_selenium",
"version": "1.0.0",
"description": "testing out end-to-end testing with selenium ide with Continuos Integration",
"main": "index.js",
"scripts": {
"install:e2e": "sudo npm install -g selenium-side-runner webdriver-manager",
"install:e2e_travis": "npm install -g selenium-side-runner webdriver-manager",
"test:e2e": "selenium-side-runner ./tests/*.side ",
"test:e2e_single_file": "selenium-side-runner ./tests/google.side "
},
"repository": {
"type": "git",
"url": "git+https://github.com/Giorat/continuos_integration_e2e_selenium.git"
},
"keywords": [
"selenium",
"selenium-ide",
"e2e",
"end-to-end",
"testing"
],
"author": "@riccardogiorato",
"license": "MIT",
"bugs": {
"url": "https://github.com/Giorat/continuos_integration_e2e_selenium/issues"
},
"homepage": "https://github.com/Giorat/continuos_integration_e2e_selenium#readme"
}