Project Number Date
functional-tests 1 03 Nov 2025, 09:25

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@api 16 1 0 0 0 17 4 1 5 11.568 Failed
Feature: Pets
1.436
Before com.levi9.functionaltests.hooks.Hooks.scenarioStart(io.cucumber.java.Scenario) 0.000
Given User added pet "Pomeranian" to the pet store 0.657
When Pet is removed from the pet store 0.365
Then Pet will not be present in the pet store 0.412
This file cannot be displayed. Use download button to get the content as file.
After com.levi9.functionaltests.hooks.Hooks.scenarioEnd(io.cucumber.java.Scenario) 0.000
After com.levi9.functionaltests.hooks.Hooks.cleanUp() 0.000
Feature: Pets
3.579
Before com.levi9.functionaltests.hooks.Hooks.scenarioStart(io.cucumber.java.Scenario) 0.000
Given User added pet "Beagle" to the pet store 0.637
And Pet status is set to "available" 0.383
Then image happy-beagle.jpg will be uploaded successfully 2.558
After com.levi9.functionaltests.hooks.Hooks.scenarioEnd(io.cucumber.java.Scenario) 0.000
After com.levi9.functionaltests.hooks.Hooks.cleanUp() 0.000
Feature: Pets
1.101
Scenario User is able to sell a pet in status available
Before com.levi9.functionaltests.hooks.Hooks.scenarioStart(io.cucumber.java.Scenario) 0.000
Steps
Given User added pet "Beagle" to the pet store 0.382
When Pet status is set to "available" 0.360
Then it will be possible to sell it 0.358
org.junit.ComparisonFailure: [Pet is not available!] expected:<"[available]"> but was:<"[pending]">
	at com.levi9.functionaltests.stepdefs.petstore.PetStepdef.validatePossibleToSell(PetStepdef.java:54)
	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
Feature: Pet Store orders
1.665
Before com.levi9.functionaltests.hooks.Hooks.scenarioStart(io.cucumber.java.Scenario) 0.000
Given User adds pet "German Shepherd" to the pet store 0.565
When Places order for a pet with quantity of 5, ship date in 10 days with status placed 0.372
Then Order will be placed 0.726
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
3.786
Before com.levi9.functionaltests.hooks.Hooks.scenarioStart(io.cucumber.java.Scenario) 0.000
Given User adds pet "Golden Retriever" to the pet store 0.819
And Places order for a pet with quantity of 5, ship date in 1 month with status approved 0.411
And Order is placed 1.753
When Removes order from pet store 0.412
Then Order will be successfully removed 0.389
After com.levi9.functionaltests.hooks.Hooks.scenarioEnd(io.cucumber.java.Scenario) 0.000
After com.levi9.functionaltests.hooks.Hooks.cleanUp() 0.000