-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 861 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
{
"name": "sodafoundation-multicloud-e2e-tests",
"version": "1.0.0",
"description": "This repository has the necessary config and tests to setup E2E API testing of the SODA Foundation Multicloud project using Postman and the Newman collection runner.",
"main": "app.js",
"scripts": {
"e2e": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anvithks/multicloud-automated-e2e-test.git"
},
"devDependencies": {
"newman": "5.2.2",
"newman-reporter-htmlextra": "1.20.3"
},
"keywords": [
"postman",
"e2e",
"tests",
"api",
"test",
"automation"
],
"author": "Anvith KS",
"license": "MIT",
"bugs": {
"url": "https://github.com/anvithks/multicloud-automated-e2e-test/issues"
},
"homepage": "https://github.com/anvithks/multicloud-automated-e2e-test#readme"
}