Project Number Date
ApolloFullRunnerReport apollo-test-2.58 28 cze 2021, 06:08

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Transport table 55 2 3 0 0 60 7 2 9 4m 48s 879ms Failed
Feature Transport table
Given Login as "lantmannen-guard-3" and set token of apiUsername "super-admin-lantmannen" 6s 106ms
And Create transport "CREATE_DELIVERY_NIEPORET_WAREHOUSE" by JSON file as "super-admin-lantmannen" 2s 951ms
And Show all transport types 1s 148ms
Then Check if transport number is visible "DELIVERY" 15s 108ms
And Check if transport details is not visible 15s 023ms
After Hooks.deleteTransportAfterTest() 736ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 15s 422ms
And Show all transport "false" 082ms
And Go to "TRANSPORT_TABLE" 405ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 213ms
When Click on transport row 139ms
Then Verify if transport row is selected 100ms
After Hooks.deleteTransportAfterTest() 1s 006ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 6s 826ms
And Show all transport "false" 083ms
And Go to "TRANSPORT_TABLE" 438ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 2s 794ms
When Click on transport row 170ms
Then Verify if transport row is selected 077ms
After Hooks.deleteTransportAfterTest() 950ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 5s 287ms
And Show all transport "false" 081ms
And Go to "TRANSPORT_TABLE" 455ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 16s 500ms
When Click on transport row 173ms
Then Verify if transport row is selected 090ms
After Hooks.deleteTransportAfterTest() 915ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 5s 112ms
And Show all transport "false" 082ms
And Go to "TRANSPORT_TABLE" 401ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 2s 852ms
When Click on transport row 127ms
Then Verify if transport row is selected 078ms
After Hooks.deleteTransportAfterTest() 859ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 7s 684ms
And Show all transport "false" 088ms
And Go to "TRANSPORT_TABLE" 420ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 2s 933ms
When Click on transport row 162ms
Then Verify if transport row is selected 085ms
After Hooks.deleteTransportAfterTest() 910ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 6s 217ms
And Show all transport "true" 266ms
And Go to "TRANSPORT_TABLE" 393ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 2s 797ms
When Click on transport row 176ms
Then Verify if transport row is selected 087ms
After Hooks.deleteTransportAfterTest() 887ms
Scenario Outline Check if correct row is selected after using closest date transport button [A-3790]
Steps
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 5s 679ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" in "-2" days 17s 895ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" in "-1" days 17s 768ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" in "1" days 17s 704ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" in "2" days 17s 764ms
When Show closest date transport 271ms
Then Verify if "2" transport in table is selected 15s 025ms
java.lang.AssertionError: Został zaznaczony niepoprawny wiersz w tabeli!
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests._PerformanceTests.TransportTableTest.verifyIfTransportInTableIsSelected(TransportTableTest.java:176)
	at ✽.Verify if "2" transport in table is selected(file:Features/Atom/Transport/TransportTable/TransportTable.feature:39)
After Hooks.deleteAllTransports() 1m 33s 581ms
Scenario Outline Check if orders are not multiplicated when creating by create similar button [A-7545]
Steps
Given Set token of apiUsername "super-admin-farmacol" 244ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 15s 834ms
And Login as "farmacol-admin" 9s 839ms
And Show all transport types 1s 149ms
When Go to transport details "EXTERNAL_DELIVERY" 4s 726ms
And Click create similar button 15s 217ms
And Fill "transport" form "CREATE_SIMILAR_DELIVERY" by "super-admin-farmacol" 8s 670ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 362ms
Then Check if orders are not multiplicated when creating by create similar button 2s 072ms
java.lang.AssertionError: Tworząc nowy transport przez "Utworz podobne" w tabeli powinny być tylko 2 transporty. Widoczna ilość to: 3
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests._PerformanceTests.TransportTableTest.checkIfOrdersAreNotMultiplicatedWhenCreatingByCreateSimilarButton(TransportTableTest.java:191)
	at ✽.Check if orders are not multiplicated when creating by create similar button(file:Features/Atom/Transport/TransportTable/TransportTable.feature:54)
When Go to "WAREHOUSE_TAB" 000ms
And Go to "TRANSPORT_TABLE" 000ms
Then Check if orders are not multiplicated when creating by create similar button 000ms
After Hooks.deleteAllTransports() 1m 4s 067ms