Newman Run Dashboard

Tuesday, 23 February 2021 09:31:39
Total Iterations

1

Total Assertions

3

Total Failed Tests

2

Total Skipped Tests

0


File Information
Collection: sonarcloud
Timings and Data
Total run duration: 382ms
Total data received: 492B
Average response time: 310ms
Summary Item Total Failed
Requests 1 0
Prerequest Scripts 0 0
Test Scripts 1 0
Assertions 3 2
Skipped Tests 0 -



Showing 2 Failures

Failed Test: Status code is 201

Assertion Error Message
expected response to have status code 201 but got 200
Failed Test: at least one bug

Assertion Error Message
expected '0' to deeply equal '1'


There are no skipped tests



1 Iteration available to view
Response Information
Response Code: 200 - OK
Mean time per request: 310ms
Mean size per request: 492B

Test Pass Percentage
33 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.20.1
Accept */*
Cache-Control no-cache
Postman-Token a355691f-b349-40bc-bbf5-a532347d3990
Host sonarcloud.io
Accept-Encoding gzip, deflate
Connection keep-alive
Response Headers
Header NameHeader Value
Date Tue, 23 Feb 2021 08:31:39 GMT
Content-Type application/json
Content-Length 492
Connection close
X-Frame-Options SAMEORIGIN
X-XSS-Protection 1; mode=block
X-Content-Type-Options nosniff
Cache-Control no-cache, no-store, must-revalidate
Sonar-Version 8.5.0.37579
Response Body
{"component":{"id":"AXcGS4cCUqKOSEeXHtLQ","key":"bhecquet_seleniumRobot","name":"selenium robot","description":"Step by step test reporting framework based on webdriver, cucumber and testng, based on project seleniumtestsframework","qualifier":"TRK","measures":[{"metric":"reliability_rating","value":"1.0","bestValue":true},{"metric":"bugs","value":"0","bestValue":true},{"metric":"vulnerabilities","value":"0","bestValue":true},{"metric":"security_hotspots","value":"0","bestValue":true}]}}
Test Information
NamePassedFailedSkipped
Status code is 201 0 1 0
at least one bug 0 1 0
A vulnerability rating 1 0 0
Total 1 2 0
Test Failures
Test NameAssertion Error
Status code is 201
expected response to have status code 201 but got 200
at least one bug
expected '0' to deeply equal '1'