Project Number Date
ApolloFullRunnerReport 2021.AT1.65 18 sie 2021, 03:49

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Transport transfer full scenario 15 1 11 0 0 27 1 1 2 2m 44s 135ms Failed
Feature Transport transfer full scenario
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 062ms
And Set "transport" inputs from JSON file "CREATE_TRANSPORT_ORDER" "super-admin-adama" 000ms
When Go to new transport "TRANSPORT" 367ms
And Fill transport form 26s 728ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 109ms
And Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true" 33s 778ms
And Check is transport "TRANSPORT" created in transport table and set transport id 1s 122ms
And Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 1s 377ms
And Accept or reject "reject" transferred transport 16s 043ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 217ms
And Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true" 33s 684ms
And Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 1s 335ms
And Accept or reject "accept" transferred transport 15s 989ms
Then Verify that transport is accept or reject "accept" 022ms
After Hooks.deleteTransportAfterTest() 089ms
Scenario Outline Check if possible to edit transport after advice cancellation.
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 296ms
And Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-piast" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-piast"(file:Features/Scenario/TransportTransfer.feature:28)
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 000ms
When Show all transport types 000ms
And Click button advice in transport table "DELIVERY" 000ms
And Set advice window in schedule 000ms
And Click button cancel in advice form 000ms
And Go to "TRANSPORT_TABLE" 000ms
When Go to transport details "DELIVERY" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "DELIVERY" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms