test-report.html

Report generated on 14-Jul-2025 at 18:02:04 by pytest-html v2.1.1

Environment

JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
Packages {"pluggy": "0.13.1", "pytest": "6.2.0"}
Platform Linux-6.8.0-45-generic-x86_64-with-glibc2.35
Plugins {"dependency": "0.5.1", "flaky": "3.7.0", "html": "2.1.1", "instafail": "0.4.1.post0", "json-report": "1.5.0", "metadata": "2.0.4", "repeat": "0.9.3", "timeout": "1.3.4", "xdist": "3.5.0"}
Python 3.9.20

Summary

5 tests ran in 43.40 seconds.

5 passed, 0 skipped, 0 failed, 0 errors, 0 expected failures, 0 unexpected passes

Results

Result Test Duration Links
Passed tests/test_petstore.py::test_add_new_pet[Cat1] 3.76
-------------------------------Captured log call--------------------------------
INFO utils.api_helper:api_helper.py:32 [create_pet] Status: 500, Response: {'code': 500, 'type': 'unknown', 'message': 'something bad happened'}
-------------------------------Captured log call--------------------------------
INFO utils.api_helper:api_helper.py:32 [create_pet] Status: 500, Response: {'code': 500, 'type': 'unknown', 'message': 'something bad happened'}
-------------------------------Captured log call--------------------------------
INFO utils.api_helper:api_helper.py:32 [create_pet] Status: 500, Response: {'code': 500, 'type': 'unknown', 'message': 'something bad happened'}
-------------------------------Captured log call--------------------------------
INFO utils.api_helper:api_helper.py:32 [create_pet] Status: 500, Response: {'code': 500, 'type': 'unknown', 'message': 'something bad happened'}
-------------------------------Captured log call--------------------------------
INFO utils.api_helper:api_helper.py:32 [create_pet] Status: 200, Response: {'id': 2468433543461093865, 'category': {'id': 0, 'name': 'string'}, 'name': 'Cat1', 'photoUrls': ['string'], 'tags': [{'id': 0, 'name': 'string'}], 'status': 'available'}
Passed tests/test_petstore.py::test_add_new_pet[Cat2] 3.69
-------------------------------Captured log call--------------------------------
INFO utils.api_helper:api_helper.py:32 [create_pet] Status: 500, Response: {'code': 500, 'type': 'unknown', 'message': 'something bad happened'}
-------------------------------Captured log call--------------------------------
INFO utils.api_helper:api_helper.py:32 [create_pet] Status: 500, Response: {'code': 500, 'type': 'unknown', 'message': 'something bad happened'}
-------------------------------Captured log call--------------------------------
INFO utils.api_helper:api_helper.py:32 [create_pet] Status: 200, Response: {'id': 7542148931113405450, 'category': {'id': 0, 'name': 'string'}, 'name': 'Cat2', 'photoUrls': ['string'], 'tags': [{'id': 0, 'name': 'string'}], 'status': 'available'}
Passed tests/test_petstore.py::test_find_by_status_available 7.06
-------------------------------Captured log call--------------------------------
INFO utils.api_helper:api_helper.py:50 [find_pets_by_status] Status: 200, Response: [{'id': 9223372036854740961, 'category': {'id': 0, 'name': 'string'}, 'name': 'doggie', 'photoUrls': ['string'], 'tags': [{'id': 0, 'name': 'string'}], 'status': 'available'}, {'id': 9223372036854740970, 'category': {'id': 0, 'name': 'string'}, 'name': 'doggie', 'photoUrls': ['string'], 'tags': [{'id': 0, 'name': 'string'}], 'status': 'available'}, {'id': 9223372036854740973, 'name': 'peacock', 'photoUrls': ['animal'], 'tags': [], 'status': 'available'}, {'id': 9223372036854740977, 'name': 'dogg
Passed tests/test_petstore.py::test_find_by_status_pending 8.40
-------------------------------Captured log call--------------------------------
INFO utils.api_helper:api_helper.py:50 [find_pets_by_status] Status: 200, Response: [{'id': 827069, 'category': {'id': 4455, 'name': 'hippopotamus_category'}, 'name': 'bat', 'photoUrls': ['https://www.twyla-armstrong.name:21612/consequuntur?odit=molestias&nam=voluptatibus'], 'tags': [{'id': 467, 'name': 'tag_indigo'}], 'status': 'pending'}, {'id': 282164, 'category': {'id': 9121, 'name': 'salmon_category'}, 'name': 'armadillo', 'photoUrls': ['https://www.major-pouros.info/tenetur/recusandaehic#neque'], 'tags': [{'id': 108, 'name': 'tag_black'}], 'status': 'pending'}, {'id': 283
Passed tests/test_petstore.py::test_get_existing_pet 1.84
-------------------------------Captured log call--------------------------------
INFO utils.api_helper:api_helper.py:41 [get_pet_by_id] Status: 200, Response: {'id': 2, 'name': 'Sea Serpent', 'photoUrls': [], 'tags': [], 'status': 'available'}