Feature
Pets
User is able to add new pet to the store, when it is added to the store user can fetch the information about the pet,
change pet information or delete the pet from the store.
0.597
Scenario
User is able to sell a pet in status available
Before
com.levi9.functionaltests.hooks.Hooks.scenarioStart(io.cucumber.java.Scenario)
0.001
Given
User added pet "Beagle" to the pet store
0.225
When
Pet status is set to "available"
0.186
Then
it will be possible to sell it
0.185
After
com.levi9.functionaltests.hooks.Hooks.scenarioEnd(io.cucumber.java.Scenario)
0.000
After
com.levi9.functionaltests.hooks.Hooks.cleanUp()
0.000
2.084
Scenario
User is able to upload image of a pet
Before
com.levi9.functionaltests.hooks.Hooks.scenarioStart(io.cucumber.java.Scenario)
0.000
Given
User added pet "Beagle" to the pet store
0.189
And
Pet status is set to "available"
0.193
Then
image happy-beagle.jpg will be uploaded successfully
1.701
After
com.levi9.functionaltests.hooks.Hooks.scenarioEnd(io.cucumber.java.Scenario)
0.005
After
com.levi9.functionaltests.hooks.Hooks.cleanUp()
0.000
0.620
Scenario
User is able to remove pet from the Pet Store
Before
com.levi9.functionaltests.hooks.Hooks.scenarioStart(io.cucumber.java.Scenario)
0.000
Given
User added pet "Pomeranian" to the pet store
0.200
When
Pet is removed from the pet store
0.198
Then
Pet will not be present in the pet store
0.222
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.001
After
com.levi9.functionaltests.hooks.Hooks.cleanUp()
0.002