Project Number Date
ApolloFullRunnerReport refs/heads/develop.17 26 maj 2021, 00:57

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 7m 38s 846ms Failed
Feature Transfer transport to carrier
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 762ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 036ms
When Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true" 20s 172ms
And If user is login then logout 261ms
And Login as "paa1-carrier@qa.qa-test" 2s 706ms
Then Verify that the transport has been transferred with "true" 2s 166ms
After Hooks.deleteTransportAfterTest() 815ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 478ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 132ms
When Transfer transport to carrier "Przewoźnik Adama Automat 1" with "false" 20s 957ms
And If user is login then logout 239ms
And Login as "paa1-carrier@qa.qa-test" 2s 549ms
Then Verify that the transport has been transferred with "false" 2s 328ms
After Hooks.deleteTransportAfterTest() 678ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 676ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 084ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 20s 301ms
And If user is login then logout 278ms
And Login as "pskza1-carrier@qa.qa-test" 2s 692ms
Then Verify that the transport has been transferred 3s 749ms
After Hooks.deleteTransportAfterTest() 802ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 656ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 081ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 20s 216ms
And If user is login then logout 281ms
And Login as "pskza1-carrier@qa.qa-test" 2s 753ms
Then Verify that the transport has been transferred 3s 996ms
After Hooks.deleteTransportAfterTest() 733ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 607ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 405ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 848ms
And Go to auction offer 1s 582ms
When Offer "1000" 389ms
And Verify that offer with "1000" has been added to auction 3s 097ms
And If user is login then logout 264ms
And Login as "swisskrono-admin" 2s 650ms
Then Go to auction details 1s 771ms
And Pass transport to carrier from auction details 1s 521ms
And If user is login then logout 900ms
And Login as "pskza1-carrier@qa.qa-test" 2s 707ms
And Verify that the transport has been transferred 3s 607ms
After Hooks.deleteTransportAfterTest() 775ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 606ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 418ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 843ms
And Go to auction offer 1s 590ms
When Offer "1000" 375ms
And Verify that offer with "1000" has been added to auction 3s 088ms
And Wait till auction end 1m 53s 014ms
And If user is login then logout 305ms
Then Login as "swisskrono-admin" 2s 928ms
And Go to auction details 2s 163ms
And Pass transport to carrier from auction details 1s 487ms
And If user is login then logout 913ms
And Login as "pskza1-carrier@qa.qa-test" 2s 751ms
And Verify that the transport has been transferred 3s 999ms
After Hooks.deleteTransportAfterTest() 773ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 662ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 082ms
And Go to "TRANSPORT_TABLE" 467ms
When Open transport transfer modal 1s 648ms
Then Verify that all enabled companies from "swisskrono" are shown in select 314ms
After Hooks.deleteTransportAfterTest() 569ms
Given Set token of apiUsername "super-admin-adama" 255ms
And Reject main section of a "Przewoźnik Adama Automat 1" in "adama" by API 703ms
And Login as "adama-admin" 2s 288ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 066ms
And Go to "TRANSPORT_TABLE" 419ms
When Open transport transfer modal 1s 677ms
Then Verify that "Przewoźnik Adama Automat 1" is blocked in select 248ms
After Hooks.deleteTransportAfterTest() 606ms
After Hooks.rollbackRejectedSections() 484ms
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" 2s 499ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 086ms
And Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true" with "120" seconds to accept transport 21s 082ms
And If user is login then logout 274ms
When Login as "paa1-carrier@qa.qa-test" 4s 484ms
And Verify that the transport has been transferred with "true" 2s 081ms
And Wait "120" seconds 2m
Then Verify if transport is not visible to carrier after expiring time to accept transport 099ms
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() 886ms