Project Number Date
functional-tests 1 23 Jun 2025, 09:24

Failures Overview

The following summary displays scenarios that failed.

Feature: Pet Store orders
0.132
Scenario User is able to successfully remove order from pet store
Before com.levi9.functionaltests.hooks.Hooks.scenarioStart(io.cucumber.java.Scenario) 0.000
Steps
Given User adds pet "Golden Retriever" to the pet store 0.058
And Places order for a pet with quantity of 5, ship date in 1 month with status approved 0.037
And Order is placed 0.036
com.levi9.functionaltests.exceptions.FunctionalTestsException: Order not found!. Expected 200, but actual 404. Response message: {
    "code": 1,
    "type": "error",
    "message": "Order not found"
}
	at com.levi9.functionaltests.rest.service.petstore.StoreOrderService.getOrder(StoreOrderService.java:90)
	at com.levi9.functionaltests.stepdefs.petstore.StoreStepdef.validateOrderIsPlaced(StoreStepdef.java:45)
	at ✽.Order is placed(file:///home/runner/work/functional-tests/functional-tests/target/cucumber/cucable-generated/features/store_1_scenario002_run001_IT.feature:14)
When Removes order from pet store 0.000
Then Order will be successfully removed 0.000
After com.levi9.functionaltests.hooks.Hooks.scenarioEnd(io.cucumber.java.Scenario) 0.000
After com.levi9.functionaltests.hooks.Hooks.cleanUp() 0.000
Feature: Pet Store orders
0.119
Scenario User is able to place an order for a pet
Before com.levi9.functionaltests.hooks.Hooks.scenarioStart(io.cucumber.java.Scenario) 0.000
Steps
Given User adds pet "German Shepherd" to the pet store 0.053
When Places order for a pet with quantity of 5, ship date in 10 days with status placed 0.034
Then Order will be placed 0.031
com.levi9.functionaltests.exceptions.FunctionalTestsException: Order not found!. Expected 200, but actual 404. Response message: {
    "code": 1,
    "type": "error",
    "message": "Order not found"
}
	at com.levi9.functionaltests.rest.service.petstore.StoreOrderService.getOrder(StoreOrderService.java:90)
	at com.levi9.functionaltests.stepdefs.petstore.StoreStepdef.validateOrderIsPlaced(StoreStepdef.java:45)
	at ✽.Order will be placed(file:///home/runner/work/functional-tests/functional-tests/target/cucumber/cucable-generated/features/store_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