Project Number Date
ApolloFullRunnerReport develop.452 05 cze 2021, 07:20

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Move transport to archive 28 2 3 0 0 33 1 2 3 4m 38s 532ms Failed
Feature Move transport to archive
Scenario Outline Check if delayed transport is moved to archived and can be restored
Steps
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 1s 681ms
And Check expected date interval for principal "neuca" in transport type "DELIVERY" and task "ARRIVE" 002ms
And Get setting "DELAY_TIME_TO_MOVE_ORDER_TO_ARCHIVE_AFTER_TASK_TIMEOUT" for "neuca" 088ms
And Set proper delay time to move order to archive after task timeout 054ms
When Create transport with time window start at closest full hour "CREATE_DELIVERY" by API as "super-admin-neuca" 417ms
And Go to "WAREHOUSE_TAB" 809ms
And Change warehouse in schedule to: "Katowice" 1s 058ms
And Wait "60" seconds 1m
And Verify that transport window is grey 468ms
java.lang.AssertionError: Okno zlecenia nie zrobiło się szare
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Warehouse.WarehouseTest.verifyThatTransportWindowIsGrey(WarehouseTest.java:118)
	at ✽.Verify that transport window is grey(file:Features/Atom/Transport/Archive.feature:13)
And Verify that transport is in archive 000ms
Then Restore transport from archive 000ms
And Verify that transport has been successfully restored 000ms
After Hooks.deleteTransportAfterTest() 130ms
After Hooks.rollbackSettings() 057ms
Given Login as "dayco-admin" and set token of apiUsername "super-admin-dayco" 1s 807ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 1s 296ms
When Go to "TRANSPORT_TABLE" 140ms
And Delete transport 19s 990ms
When Go to "ARCHIVE_TAB" 288ms
And Show "OWN_COLLECTION" 075ms
And Verify that created transport is "true" in transport table 15s 095ms
Scenario Outline Check if confirming transport status removed it to the archive
Steps
Given Login as "dayco-admin" and set token of apiUsername "super-admin-dayco" 1s 130ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 1s 213ms
And Get setting "ARCHIVING_JOB_INTERVAL" for "dayco" 064ms
And Prepare setting: "ARCHIVING_JOB_INTERVAL" with value: "10s" with "super-admin-dayco" 001ms
When Go to "TRANSPORT_TABLE" 127ms
And Click button advice in transport table "OWN_COLLECTION" 083ms
And Create advice "ADVICE_OWN_COLLECTION" "OWN_COLLECTION" "super-admin-dayco" 40s 419ms
And Go to "TRANSPORT_TABLE" 200ms
And Find transport in table with status "planned-magazyn-tychy" 3s 233ms
And Confirm statuses until reach "process-ended" 24s 296ms
And Wait "12" seconds 12s
Then Go to "ARCHIVE_TAB" 258ms
And Show "OWN_COLLECTION" 077ms
And Verify that created transport is "true" in transport table 1m 32s 148ms
java.lang.AssertionError: expected: but was:
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at CucumberTests._PerformanceTests.TransportTableTest.verifyThatCreatedTransportIsInTransportTable(TransportTableTest.java:115)
	at ✽.Verify that created transport is "true" in transport table(file:Features/Atom/Transport/Archive.feature:50)
After Hooks.deleteTransportAfterTest() 166ms
After Hooks.rollbackSettings() 060ms