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

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@html 2 1 2 0 0 5 0 1 1 0.184 Failed
Feature: Pet Store orders
0.184
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.067
And Places order for a pet with quantity of 5, ship date in 1 month with status approved 0.057
And Order is placed 0.059
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