Project Number Date
functional-tests 1 13 Oct 2025, 09:24

Failures Overview

The following summary displays scenarios that failed.

Feature: Pets
0.248
Scenario User is able to sell a pet in status available
Before com.levi9.functionaltests.hooks.Hooks.scenarioStart(io.cucumber.java.Scenario) 0.007
Steps
Given User added pet "Beagle" to the pet store 0.086
When Pet status is set to "available" 0.079
Then it will be possible to sell it 0.082
com.levi9.functionaltests.exceptions.FunctionalTestsException: Pet can not be fetched. Expected 200, but actual 404. Response message: {
    "code": 1,
    "type": "error",
    "message": "Pet not found"
}
	at com.levi9.functionaltests.rest.service.petstore.PetService.getPet(PetService.java:110)
	at com.levi9.functionaltests.stepdefs.petstore.PetStepdef.validatePossibleToSell(PetStepdef.java:53)
	at ✽.it will be possible to sell it(file:///home/runner/work/functional-tests/functional-tests/target/cucumber/cucable-generated/features/pet_1_scenario001_run001_IT.feature:13)
After com.levi9.functionaltests.hooks.Hooks.scenarioEnd(io.cucumber.java.Scenario) 0.000
After com.levi9.functionaltests.hooks.Hooks.cleanUp() 0.000