Project Number Date
ApolloFullRunnerReport apollo-test-2.125 20 sie 2021, 05:38

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Product 11 1 0 0 0 12 2 1 3 18s 358ms Failed
Feature Product
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 4s 728ms
When Create product 2s 674ms
Then Verify that product is created 664ms
After Hooks.findAndDeleteProductAfterTest() 177ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 493ms
And Create product by api for principal "adama" 107ms
When Edit created product 2s 810ms
Then Verify that product is edited 784ms
After Hooks.deleteProductAfterTest() 143ms
Scenario Outline Check if it possible to delete product
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 442ms
And Create product by api for principal "adama" 125ms
And Go to "PRODUCTS_TAB" 472ms
When Delete created product 1s 005ms
Then Verify that product is deleted 048ms
java.lang.AssertionError: Nie udało się usunąć produktu
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Product.DeleteProductTest.verifyThatProductIsDeletedDeleted(DeleteProductTest.java:39)
	at ✽.Verify that product is deleted(file:Features/Atom/Products/Product.feature:28)
After Hooks.deleteProductAfterTest() 117ms