Project Number Date
ApolloFullRunnerReport apollo-test-2.78 13 lip 2021, 05:31

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
SK Api - Statuses confirmation 3 1 8 0 0 12 0 1 1 1m 37s 555ms Failed
Feature SK Api - Statuses confirmation
Scenario Outline Check if it is possible to confirm statuses by SkApi
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 251ms
When Get inputs from database "CREATE_TRANSPORT_ORDER" "super-admin-skz" 026ms
And Add transport by SKApi in "MGW" 1s 773ms
And Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 1m 33s 503ms
java.lang.AssertionError: Dodane zlecenie nie pojawiło się na stronie
	at org.junit.Assert.fail(Assert.java:88)
	at CucumberTests.Transport.CreateTransport.checkIsTransportCreatedInTransportTable(CreateTransport.java:162)
	at ✽.Check is transport "TRANSPORT_ORDER" created in transport table and set transport id(file:Features/Atom/SK_API/SkApiConfirmStatuses.feature:8)
And Click button advice in transport table "TRANSPORT_ORDER" 000ms
And Set advice window in schedule 000ms
And Get inputs from database "CREATE_ADVICE" "super-admin-skz" 000ms
And Fill advice form 000ms
And Click advice save button and wait for advice form to disappear 000ms
And Find transport in table with status "planned" 000ms
And Confirm statuses until reach "left-the-factory" through SKAPI 000ms
Then Check if transport has "left-the-factory" 000ms
After Hooks.deleteTransportAfterTest() 001ms