Project Number Date
ApolloFullRunnerReport develop.361 28 mar 2021, 06:40

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Transfer transport to carrier 70 1 0 0 0 71 8 1 9 6m 34s 978ms Failed
Feature Transfer transport to carrier
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 192ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 228ms
When Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true" 19s 260ms
And If user is login then logout 104ms
And Login as "paa1-carrier@qa.qa-test" 1s 017ms
Then Verify that the transport has been transferred with "true" 1s 223ms
After Hooks.deleteTransportAfterTest() 114ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 150ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 200ms
When Transfer transport to carrier "Przewoźnik Adama Automat 1" with "false" 19s 220ms
And If user is login then logout 105ms
And Login as "paa1-carrier@qa.qa-test" 1s 145ms
Then Verify that the transport has been transferred with "false" 1s 198ms
After Hooks.deleteTransportAfterTest() 072ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 127ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 223ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 19s 229ms
And If user is login then logout 092ms
And Login as "pskza1-carrier@qa.qa-test" 1s 142ms
Then Verify that the transport has been transferred 1s 127ms
After Hooks.deleteTransportAfterTest() 088ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 119ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 229ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 19s 168ms
And If user is login then logout 112ms
And Login as "pskza1-carrier@qa.qa-test" 1s 223ms
Then Verify that the transport has been transferred 1s 127ms
After Hooks.deleteTransportAfterTest() 082ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 988ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 303ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 182ms
And Go to auction offer 1s 200ms
When Offer "1000" 139ms
And Verify that offer with "1000" has been added to auction 3s 043ms
And If user is login then logout 093ms
And Login as "swisskrono-admin" 1s 199ms
Then Go to auction details 1s 215ms
And Pass transport to carrier from auction details 1s 266ms
And If user is login then logout 415ms
And Login as "pskza1-carrier@qa.qa-test" 1s 356ms
And Verify that the transport has been transferred 1s 135ms
After Hooks.deleteTransportAfterTest() 112ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 042ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 210ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 096ms
And Go to auction offer 1s 185ms
When Offer "1000" 123ms
And Verify that offer with "1000" has been added to auction 3s 041ms
And Wait till auction end 1m 54s 017ms
And If user is login then logout 124ms
Then Login as "swisskrono-admin" 1s 402ms
And Go to auction details 1s 224ms
And Pass transport to carrier from auction details 1s 270ms
And If user is login then logout 409ms
And Login as "pskza1-carrier@qa.qa-test" 1s 183ms
And Verify that the transport has been transferred 1s 124ms
After Hooks.deleteTransportAfterTest() 105ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 096ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 221ms
And Go to "TRANSPORT_TABLE" 145ms
When Open transport transfer modal 1s 222ms
Then Verify that all enabled companies from "swisskrono" are shown in select 135ms
After Hooks.deleteTransportAfterTest() 074ms
Given Set token of apiUsername "super-admin-adama" 103ms
And Reject main section of a "Przewoźnik Adama Automat 1" in "adama" by API 424ms
And Login as "adama-admin" 909ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 200ms
And Go to "TRANSPORT_TABLE" 137ms
When Open transport transfer modal 1s 270ms
Then Verify that "Przewoźnik Adama Automat 1" is blocked in select 108ms
After Hooks.deleteTransportAfterTest() 101ms
After Hooks.rollbackRejectedSections() 095ms
Scenario Outline Check if transport is not visible to carrier after expiring of time to accept transport [A-7037]
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 205ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 201ms
And Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true" with "120" seconds to accept transport 19s 240ms
And If user is login then logout 104ms
When Login as "paa1-carrier@qa.qa-test" 3s 030ms
And Verify that the transport has been transferred with "true" 1s 208ms
And Wait "120" seconds 2m
Then Verify if transport is not visible to carrier after expiring time to accept transport 038ms
java.lang.AssertionError: Transport jest nadal widoczny dla przewoźnika
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertFalse(Assert.java:64)
	at CucumberTests.Transport.TransferTransportTest.verifyIfTransportIsNotVisibleToCarrierAfterExpiringTimeToAcceptTransport(TransferTransportTest.java:98)
	at ✽.Verify if transport is not visible to carrier after expiring time to accept transport(file:Features/Atom/Transport/TransportTransfer/TransportTransfer.feature:107)
After Hooks.deleteTransportAfterTest() 081ms