newman-reporter-confluence
Version:
A Newman Reporter to upload report on Confluence
19 lines (18 loc) • 448 B
JSON
{
"variables": [],
"info": {
"name": "failed-request",
"_postman_id": "2ed7ced1-d834-f473-7d28-aa3a1a7d825f",
"description": "A minimalistic collection to ensure that failed requests do not cause reporter exceptions",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item": [
{
"name": "Failed request",
"request": {
"url": "https://123.random.z/get",
"method": "GET"
}
}
]
}