Project Number Date
ApolloFullRunnerReport apollo-test-2.102 02 sie 2021, 03:22

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 7s 905ms 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" 2s 478ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 853ms
And Get inputs from database "CREATE_ADVICE_CONTAINER" "super-admin-adama" 021ms
When Show all transport types 1s 156ms
And Click button advice in transport table "CONTAINER" 346ms
And Set advice window in schedule 3s 094ms
And Click button cancel in advice form 16s 138ms
And Set advice window in schedule 2s 403ms
And Click button cancel in advice form 16s 056ms
And Set advice window in schedule 2s 331ms
And Fill advice form 22s 025ms
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() 492ms