Bruno API Tests ❌
❌ bruno-test/report.xml
53 tests were completed in 6s with 48 passed, 5 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
actuator/Health | 1❌ | 430ms | ||
actuator/Server Info | 2✅ | 4❌ | 385ms | |
json-response/No Body to JSON | 4✅ | 396ms | ||
json-response/Null request sent | 8✅ | 385ms | ||
json-response/Null sentence sent | 4✅ | 405ms | ||
json-response/Sentence can't be translated | 2✅ | 395ms | ||
json-response/Translate sentence to Pig Latin | 5✅ | 479ms | ||
openapi-docs/Confluence | 2✅ | 419ms | ||
openapi-docs/OpenAPI Specification | 1✅ | 403ms | ||
openapi-docs/Rapidoc OpenAPI | 4✅ | 379ms | ||
openapi-docs/Redoc OpenAPI | 2✅ | 393ms | ||
openapi-docs/Swagger UI | 2✅ | 554ms | ||
xml-response/No Body to XML | 2✅ | 383ms | ||
xml-response/Translate text to Pig Latin | 6✅ | 460ms | ||
xml-response/xml-to-xml | 4✅ | 411ms |
❌ actuator/Health
❌ Test suite has no errors
❌ actuator/Server Info
https://piglatin.azurewebsites.net/actuator/info
✅ res.status eq 200
❌ res.body.app isDefined
✅ res.body.git isDefined
❌ res.body.build isDefined
❌ res.body.os isDefined
❌ res.body.java isDefined
✅ json-response/No Body to JSON
https://piglatin.azurewebsites.net/pig-latin
✅ res.status eq 400
✅ res.body.status eq 400
✅ res.body.error startsWith Bad Request
✅ should return correct error response
✅ json-response/Null request sent
https://piglatin.azurewebsites.net/pig-latin
✅ res.status eq 400
✅ res.body isJson
✅ res.body.error isDefined
✅ res.body.error contains Bad Request
✅ res.body.timestamp isDefined
✅ res.body.timestamp matches \d{4}-\d\d-\d\dT\d\d:\d\d:\d\d\.\d{3}
✅ res.body.status isNumber
✅ res.body.path isDefined
✅ json-response/Null sentence sent
https://piglatin.azurewebsites.net/pig-latin
✅ res.status eq 400
✅ res.body isJson
✅ res.body.error isDefined
✅ res.body.error contains Bad Request
✅ json-response/Sentence can't be translated
https://piglatin.azurewebsites.net/pig-latin
✅ res.status eq 418
✅ res.body isEmpty
✅ json-response/Translate sentence to Pig Latin
https://piglatin.azurewebsites.net/pig-latin
✅ res.status eq 200
✅ res.body isJson
✅ res.body.sentence isDefined
✅ res.body.sentence isString
✅ res.body.sentence eq "ellohay, orldway!"
✅ openapi-docs/Confluence
https://rabestro.atlassian.net/wiki/spaces/PLT/pages/3768326/API+Documentation+Remote
✅ res.status eq 200
✅ res.body contains Atlassian
✅ openapi-docs/OpenAPI Specification
https://piglatin.azurewebsites.net/openapi.yaml
✅ res.status eq 200
✅ openapi-docs/Rapidoc OpenAPI
https://piglatin.azurewebsites.net/ui/redoc.html
✅ res.status eq 200
✅ res.body contains Pig Latin Translator API
✅ res.body notContains render-style
✅ res.body notContains theme
✅ openapi-docs/Redoc OpenAPI
https://piglatin.azurewebsites.net/ui/redoc.html
✅ res.status eq 200
✅ res.body contains Pig Latin Translator API
✅ openapi-docs/Swagger UI
https://piglatin.azurewebsites.net/swagger-ui/index.html
✅ res.status eq 200
✅ res.body contains Swagger UI
✅ xml-response/No Body to XML
https://piglatin.azurewebsites.net/pig-latin
✅ res.status eq 400
✅ res.body startsWith <Map>
✅ xml-response/Translate text to Pig Latin
https://piglatin.azurewebsites.net/pig-latin
✅ res.status eq 200
✅ res.body contains "ellohay, orldway!"
✅ sentence isDefined
✅ sentence isString
✅ sentence eq ellohay, orldway!
✅ sentence matches \w+, \w+!
✅ xml-response/xml-to-xml
https://piglatin.azurewebsites.net/pig-latin
✅ res.status eq 200
✅ res.body contains ellowyay ubmarinesay
✅ should return XML payload
✅ should translate message
Annotations
Check failure on line 0 in bruno-test/report.xml
github-actions / Bruno API Tests
actuator/Health ► Test suite has no errors
Failed test found in:
bruno-test/report.xml
Error:
Test failed
Check failure on line 0 in bruno-test/report.xml
github-actions / Bruno API Tests
actuator/Server Info ► https://piglatin.azurewebsites.net/actuator/info ► res.body.app isDefined
Failed test found in:
bruno-test/report.xml
Error:
Test failed
Check failure on line 0 in bruno-test/report.xml
github-actions / Bruno API Tests
actuator/Server Info ► https://piglatin.azurewebsites.net/actuator/info ► res.body.build isDefined
Failed test found in:
bruno-test/report.xml
Error:
Test failed
Check failure on line 0 in bruno-test/report.xml
github-actions / Bruno API Tests
actuator/Server Info ► https://piglatin.azurewebsites.net/actuator/info ► res.body.os isDefined
Failed test found in:
bruno-test/report.xml
Error:
Test failed
Check failure on line 0 in bruno-test/report.xml
github-actions / Bruno API Tests
actuator/Server Info ► https://piglatin.azurewebsites.net/actuator/info ► res.body.java isDefined
Failed test found in:
bruno-test/report.xml
Error:
Test failed