Project Number Date
ApolloFullRunnerReport 2021.AT1.30 01 sie 2021, 16:17

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 886ms 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" 1s 023ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 209ms
And Get inputs from database "CREATE_ADVICE_CONTAINER" "super-admin-adama" 037ms
When Show all transport types 1s 038ms
And Click button advice in transport table "CONTAINER" 092ms
And Set advice window in schedule 2s 406ms
And Click button cancel in advice form 15s 323ms
And Set advice window in schedule 2s 113ms
And Click button cancel in advice form 15s 266ms
And Set advice window in schedule 2s 109ms
And Fill advice form 20s 265ms
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() 096ms