Project Number Date
ApolloFullRunnerReport 2021.AT1.60 15 sie 2021, 05:37

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 6s 532ms Failed
Feature Product
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 476ms
When Create product 923ms
Then Verify that product is created 242ms
After Hooks.findAndDeleteProductAfterTest() 038ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 055ms
And Create product by api for principal "adama" 018ms
When Edit created product 941ms
Then Verify that product is edited 242ms
After Hooks.deleteProductAfterTest() 028ms
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" 1s 059ms
And Create product by api for principal "adama" 020ms
And Go to "PRODUCTS_TAB" 198ms
When Delete created product 338ms
Then Verify that product is deleted 015ms
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() 022ms