Project Number Date
ApolloFullRunnerReport 2021.AT1.39 02 sie 2021, 05:23

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Advice transport 10 1 4 0 0 15 0 1 1 1m 942ms Failed
Feature Advice transport
Scenario Outline Check if possible to advice transport after double cancellation.
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 996ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 215ms
And Get inputs from database "CREATE_ADVICE_CONTAINER" "super-admin-adama" 036ms
When Show all transport types 1s 042ms
And Click button advice in transport table "CONTAINER" 086ms
And Set advice window in schedule 2s 407ms
And Click button cancel in advice form 15s 333ms
And Set advice window in schedule 2s 141ms
And Click button cancel in advice form 15s 290ms
And Set advice window in schedule 2s 125ms
And Fill advice form 20s 267ms
java.lang.NullPointerException
	at CucumberTests.Transport.Transport.fillTextOrNumberInput(Transport.java:189)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:160)
	at CucumberTests.Transport.AdviceTransport.fillAdviceForm(AdviceTransport.java:121)
	at ✽.Fill advice form(file:Features/Scenario/Transport/AdviceTransport.feature:15)
And Click advice save button and wait for advice form to disappear 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "CONTAINER" 000ms
Then Check are advice values equals 000ms
After Hooks.deleteTransportAfterTest() 073ms