Project Number Date
ApolloFullRunnerReport apollo-test-2.145 04 wrz 2021, 06:09

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Pallet limit 17 1 10 0 0 28 2 1 3 1m 53s 153ms Failed
Feature Pallet limit
Before Hooks.showScenarioName(Scenario) 001ms
Given Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-neuca" 001ms
And Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 523ms
When Go to new transport "DELIVERY" 752ms
And Fill transport form 48s 330ms
And Change filled value in details "number-of-pallets-step-0" "number" "1000000" "0" 1s 655ms
And Click "save-transport" save button and wait for form to disappear 30s 249ms
And Set advice window in schedule 2s 425ms
Then Verify that the error is visible after exceeding the pallet limit 780ms
After Hooks.deleteTransportAfterTest() 000ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 460ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 17s 059ms
And Go to "TRANSPORT_TABLE" 591ms
And Show all transport "false" 000ms
And Go to transport details "DELIVERY" 2s 867ms
And Change filled value in details "number-of-pallets-step-0" "number" "1000000" "0" 1s 674ms
And Click "save-transport" save button 1s 440ms
Then Verify that the error is visible after exceeding the pallet limit 064ms
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" 249ms
And Prepare max pallet limit "1" in "Magazyn Łódź" 027ms
java.lang.AssertionError: Nie znaleziono szukanego zasobu w Apollo!
	at org.junit.Assert.fail(Assert.java:88)
	at Utils.JpaUtils.Apollo.SelectService.ApolloSelectDbService.getStringResult(ApolloSelectDbService.java:133)
	at Utils.JpaUtils.Apollo.SelectService.ApolloSelectDbService.findWarehouseMaxPalletLimit(ApolloSelectDbService.java:455)
	at CucumberTests.MaxPallet.MaxPalletTest.prepareMaxPalletLimitInWarehouse(MaxPalletTest.java:37)
	at ✽.Prepare max pallet limit "1" in "Magazyn Łódź"(file:Features/Atom/MaxPallet/MaxPallet.feature:34)
And Set "transport" inputs from JSON file "CREATE_UNLOAD" "super-admin-pgf" 000ms
When Login as "pgf-admin" 000ms
And Go to new transport "UNLOAD" 000ms
And Fill transport form 000ms
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() 010ms