Project Number Date
ApolloFullRunnerReport apollo-test-2.101 01 sie 2021, 03:28

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 8s 048ms 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 411ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 869ms
And Get inputs from database "CREATE_ADVICE_CONTAINER" "super-admin-adama" 019ms
When Show all transport types 1s 169ms
And Click button advice in transport table "CONTAINER" 391ms
And Set advice window in schedule 3s 284ms
And Click button cancel in advice form 16s 183ms
And Set advice window in schedule 2s 352ms
And Click button cancel in advice form 16s 042ms
And Set advice window in schedule 2s 317ms
And Fill advice form 22s 007ms
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() 498ms