Project Number Date
Swag Labs Test Report 1 24 Mar 2026, 10:45

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Users API 4 0 0 0 0 4 1 0 1 0.073 Passed
Tags: @api
Feature Users API
0.073
Before com.swaglabs.api.ApiHooks.setUp(io.cucumber.java.Scenario) 0.000
When I send GET "/users/6" 0.049
Then the response status should be 200 0.000
And the response field "address.street" should be "Norberto Crossing" 0.011
And the response field "address.city" should be "South Christy" 0.011
After com.swaglabs.api.ApiHooks.tearDown(io.cucumber.java.Scenario) 0.001

Response status : 200

Response body : { "id": 6, "name": "Mrs. Dennis Schulist", "username": "Leopoldo_Corkery", "email": "Karley_Dach@jasper.info", "address": { "street": "Norberto Crossing", "suite": "Apt. 950", "city": "South Christy", "zipcode": "23505-1337", "geo": { "lat": "-71.4197", "lng": "71.7478" } }, "phone": "1-477-935-8478 x6430", "website": "ola.org", "company": { "name": "Considine-Lockman", "catchPhrase": "Synchronised bottom-line interface", "bs": "e-enable innovative applications" } }