Project Number Date
ApolloFullRunnerReport apollo-test-2.64 14 lip 2021, 14:07

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
SK API - Creation of the Transport 3 1 3 0 0 7 0 1 1 1m 43s 292ms Failed
Feature SK API - Creation of the Transport
Scenario Outline Check if it possible to create new transport by SKApi
Steps
Given Get inputs from database "CREATE_TRANSPORT_ORDER" "super-admin-skz" 3s 686ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 4s 056ms
When Add transport by SKApi in "MGW" 1s 994ms
Then Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 1m 33s 554ms
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/SkApiTransport.feature:8)
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "TRANSPORT_ORDER" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 014ms