Project Number Date
ApolloFullRunnerReport apollo-test-2.123 18 sie 2021, 06:09

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 508ms Failed
Feature Product
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 4s 756ms
When Create product 2s 707ms
Then Verify that product is created 713ms
After Hooks.findAndDeleteProductAfterTest() 191ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 421ms
And Create product by api for principal "adama" 128ms
When Edit created product 3s 024ms
Then Verify that product is edited 710ms
After Hooks.deleteProductAfterTest() 120ms
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 391ms
And Create product by api for principal "adama" 124ms
And Go to "PRODUCTS_TAB" 493ms
When Delete created product 990ms
Then Verify that product is deleted 046ms
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() 112ms