Project Number Date
ApolloFullRunnerReport apollo-test-2.100 31 lip 2021, 03:20

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 993ms 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 492ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 887ms
And Get inputs from database "CREATE_ADVICE_CONTAINER" "super-admin-adama" 021ms
When Show all transport types 1s 160ms
And Click button advice in transport table "CONTAINER" 316ms
And Set advice window in schedule 3s 119ms
And Click button cancel in advice form 16s 132ms
And Set advice window in schedule 2s 401ms
And Click button cancel in advice form 16s 087ms
And Set advice window in schedule 2s 318ms
And Fill advice form 22s 055ms
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() 508ms