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
Status 24 1 5 0 0 30 2 1 3 1m 15s 899ms Failed
Feature Status
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "farmacol-admin" and set token of apiUsername "super-admin-farmacol" 1s 666ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 1s 184ms
When Find transport in table with status "new" 3s 212ms
And Open statuses popup 082ms
Then Check if transport has checkpoints from list "Utworzenie zlecenia,Dodanie awizacji,Potwierdzenie okna czasowego" in "0" 068ms
After Hooks.deleteTransportAfterTest() 062ms
Scenario Outline Check if after added advice, checkpoints are generated from "steps" section
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "farmacol-admin" and set token of apiUsername "super-admin-farmacol" 1s 038ms
And Get inputs from database "ADVICE_EXTERNAL_DELIVERY" "super-admin-farmacol" 037ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 1s 190ms
And Click button advice in transport table "EXTERNAL_DELIVERY" 109ms
And Set advice window in schedule 2s 705ms
And Fill advice form 17s 751ms
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/Atom/Statuses/Statuses.feature:21)
And Click advice save button and wait for advice form to disappear 000ms
And Go to "TRANSPORT_TABLE" 000ms
When Find transport in table with status "advice-added" 000ms
And Open statuses popup 000ms
Then Check if transport has checkpoints from list "Zgłoszenie kierowcy,Rozpoczęcie rozładunku,Zakończenie rozładunku" in "1" 000ms
After Hooks.deleteTransportAfterTest() 071ms
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-farmacol" 086ms
And Get custom field settings for "EXTERNAL_DELIVERY" transport type and "farmacol" company 015ms
And Mark custom fields as not obligatory 006ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 15s 132ms
And Create advice by JSON file "CREATE_ADVICE_FOR_EXTERNAL_DELIVERY" as "super-admin-farmacol" 710ms
And Get "START_OF_UNLOADING" data for transport type "EXTERNAL_DELIVERY" and principal "farmacol" 015ms
When Login as "farmacol-admin" 1s 022ms
And Go to "TRANSPORT_TABLE" 197ms
And Confirm statuses until reach "registered-katowice-przyjęcia" 9s 589ms
And Disable task by API 033ms
And Find transport pencil button in transports table 1s 269ms
And Click pencil and move transport to next day in schedule 18s 361ms
And Go to "TRANSPORT_TABLE" 245ms
Then Verify that "START_OF_UNLOADING" is not visible 165ms
After Hooks.deleteTransportAfterTest() 130ms
After Hooks.rollbackAllCustomFieldsSettings() 061ms
After Hooks.rollbackTaskChanges() 034ms