Project Number Date
functional-tests 1 26 Jan 2026, 09:36

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Pet Store orders 8 0 0 0 0 8 2 0 2 1.671 Passed
Tags: @api @store
Feature Pet Store orders
User is able to make order for a pet in my pet store. User is able to delete order from pet store.
0.410
Before com.levi9.functionaltests.hooks.Hooks.scenarioStart(io.cucumber.java.Scenario) 0.000
Given User adds pet "German Shepherd" to the pet store 0.146
When Places order for a pet with quantity of 5, ship date in 10 days with status placed 0.132
Then Order will be placed 0.131
After com.levi9.functionaltests.hooks.Hooks.scenarioEnd(io.cucumber.java.Scenario) 0.000
After com.levi9.functionaltests.hooks.Hooks.cleanUp() 0.003
1.260
Before com.levi9.functionaltests.hooks.Hooks.scenarioStart(io.cucumber.java.Scenario) 0.000
Given User adds pet "Golden Retriever" to the pet store 0.146
And Places order for a pet with quantity of 5, ship date in 1 month with status approved 0.123
And Order is placed 0.721
When Removes order from pet store 0.146
Then Order will be successfully removed 0.122
After com.levi9.functionaltests.hooks.Hooks.scenarioEnd(io.cucumber.java.Scenario) 0.000
After com.levi9.functionaltests.hooks.Hooks.cleanUp() 0.000