Project Number Date
ApolloFullRunnerReport master.330 23 kwi 2021, 14:55

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Workflow 11 1 0 0 0 12 1 1 2 39s 200ms Failed
Feature Workflow
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 305ms
And Set workflow "1292" as "TRANSPORT_ORDER_WORKFLOW" with status "Permission to entrance" with red frame "-30m" before loading by API as "super-admin-skz" 259ms
And Create transport "CREATE_TRANSPORT_ORDER_WITH_ADVICE" by JSON file as "super-admin-skz" 1s 443ms
When Confirm statuses with time "-45m" before loading by API 591ms
And Go to time window from transport table 15s 617ms
Then Time window has no red frame 031ms
After Hooks.deleteTransportAfterTest() 118ms
Scenario Outline Driver arrives after time - red frame on time window
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 346ms
And Set workflow "1292" as "TRANSPORT_ORDER_WORKFLOW" with status "Permission to entrance" with red frame "-30m" before loading by API as "super-admin-skz" 062ms
And Create transport "CREATE_TRANSPORT_ORDER_WITH_ADVICE" by JSON file as "super-admin-skz" 1s 371ms
When Confirm statuses with time "-15m" before loading by API 537ms
And Go to time window from transport table 15s 610ms
Then Time window has red frame 024ms
java.lang.AssertionError
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at CucumberTests.TimeWindow.TimeWindowTest.timeWindowHasRedFrame(TimeWindowTest.java:57)
	at ✽.Time window has red frame(file:Features/Atom/Workflow/Workflow.feature:24)
After Hooks.deleteTransportAfterTest() 111ms