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
Pallet limit 16 2 10 0 0 28 1 2 3 2m 12s 962ms Failed
Feature Pallet limit
Scenario Outline Verify that the error is visible after exceeding the pallet limit during create transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-neuca" 003ms
And Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 376ms
When Go to new transport "DELIVERY" 725ms
And Fill transport form 53s 498ms
java.lang.NullPointerException
	at CucumberTests.Transport.Transport.fillTextOrNumberInput(Transport.java:189)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:160)
	at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:184)
	at ✽.Fill transport form(file:Features/Atom/MaxPallet/MaxPallet.feature:8)
And Change filled value in details "number-of-pallets-step-0" "number" "1000000" "0" 000ms
And Click "save-transport" save button and wait for form to disappear 000ms
And Set advice window in schedule 000ms
Then Verify that the error is visible after exceeding the pallet limit 000ms
After Hooks.deleteTransportAfterTest() 000ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 443ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 17s 048ms
And Go to "TRANSPORT_TABLE" 512ms
And Show all transport "false" 080ms
And Go to transport details "DELIVERY" 3s 016ms
And Change filled value in details "number-of-pallets-step-0" "number" "1000000" "0" 1s 647ms
And Click "save-transport" save button 1s 444ms
Then Verify that the error is visible after exceeding the pallet limit 062ms
After Hooks.deleteTransportAfterTest() 897ms
Scenario Outline Check if it is possible to create advice when pallet limit equals 1 [A-7073]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-pgf" 241ms
And Prepare max pallet limit "1" in "Magazyn Łódź" 047ms
And Get inputs from database "CREATE_UNLOAD" "super-admin-pgf" 020ms
When Login as "pgf-admin" 5s 489ms
And Go to new transport "UNLOAD" 15s 533ms
And Fill transport form 28s 770ms
java.lang.NullPointerException
	at CucumberTests.Transport.Transport.fillTextOrNumberInput(Transport.java:189)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:160)
	at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:184)
	at ✽.Fill transport form(file:Features/Atom/MaxPallet/MaxPallet.feature:38)
And Click "save-transport" save button and wait for form to disappear 000ms
And Set advice window in schedule 000ms
And Check is transport created in schedule and set transport id 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "UNLOAD" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.rollbackMaxPalletLimit() 019ms