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
Edit transport using pencil 84 2 11 0 0 97 11 2 13 4m 47s 178ms Failed
Feature Edit transport using pencil
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 262ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 421ms
And Show all transport "false" 162ms
When Find transport pencil button in transports table 1s 238ms
And Click pencil and move transport to next day in schedule 16s 373ms
Then Check if transport is in new location in schedule 2s 099ms
And Check if dates in transport form are correct 3s 412ms
After Hooks.deleteTransportAfterTest() 110ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 096ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 317ms
And Show all transport "false" 162ms
When Find transport pencil button in transports table 1s 232ms
And Click pencil and move transport to next day in schedule 16s 691ms
Then Check if transport is in new location in schedule 2s 113ms
And Check if dates in transport form are correct 3s 281ms
After Hooks.deleteTransportAfterTest() 093ms
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 074ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 350ms
And Show all transport "false" 160ms
When Find transport pencil button in transports table 1s 250ms
And Click pencil and move transport to next day in schedule 17s 091ms
Then Check if transport is in new location in schedule 2s 120ms
And Check if dates in transport form are correct 3s 367ms
After Hooks.deleteTransportAfterTest() 093ms
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 051ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 343ms
And Show all transport "false" 164ms
When Find transport pencil button in transports table 1s 242ms
And Click pencil and move transport to next day in schedule 16s 259ms
Then Check if transport is in new location in schedule 2s 115ms
And Check if dates in transport form are correct 3s 324ms
After Hooks.deleteTransportAfterTest() 075ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 077ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 340ms
And Show all transport "false" 161ms
When Find transport pencil button in transports table 1s 240ms
And Click pencil and move transport to next day in schedule 16s 321ms
Then Check if transport is in new location in schedule 2s 102ms
And Check if dates in transport form are correct 3s 380ms
After Hooks.deleteTransportAfterTest() 098ms
Scenario Outline Check if it possible to edit transport by pencil
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 050ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-alrec" 120ms
java.lang.AssertionError: Nieoczekiwany błąd podczas żądania POST pod adresem /transports; status: 422, komunikat: [errors:[[meta:[exceptionType:WINDOWS_OVERLAP_EXCEPTION, initialStart:2021-08-02T04:00:00Z, windowSizeInMinutes:60, rampName:46 Zał.], detail:Nie możemy zarezerwować okna czasowego o długości 60 minut we wskazanym miejscu, ponieważ magazyn jest już zajęty w tych godzinach. Prosimy o wybranie innej godziny lub rampy., title:WindowsOverlapException, status:[enumType:org.springframework.http.HttpStatus, name:UNPROCESSABLE_ENTITY]]]]
	at org.junit.Assert.fail(Assert.java:88)
	at Utils.RestUtils.RestUtil.postObjectToApolloApi(RestUtil.java:86)
	at CucumberTests.Transport.CreateTransport.createByJSONFileAs(CreateTransport.java:87)
	at ✽.Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-alrec"(file:Features/Atom/Transport/PencilEdition.feature:6)
And Show all transport "true" 000ms
When Find transport pencil button in transports table 000ms
And Click pencil and move transport to next day in schedule 000ms
Then Check if transport is in new location in schedule 000ms
And Check if dates in transport form are correct 000ms
After Hooks.deleteTransportAfterTest() 000ms
Scenario Outline Check if it possible to add advice by advice button in transport table and edit transport by pencil
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 012ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 195ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 036ms
When Show all transport types 1s 042ms
And Click button advice in transport table "DELIVERY" 081ms
And Set advice window in schedule 2s 545ms
And Fill advice form 20s 297ms
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/Transport/PencilEdition.feature:29)
And Click advice save button and wait for advice form to disappear 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Find transport pencil button in transports table 000ms
And Click pencil and move transport to next day in schedule 000ms
Then Check if transport is in new location in schedule 000ms
And Check if dates in transport form are correct 000ms
After Hooks.deleteTransportAfterTest() 065ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 310ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 331ms
And Show all transport "false" 159ms
When Find transport pencil button in transports table 1s 247ms
And Click pencil and move transport to next day in schedule 16s 320ms
And Move advice window "3" 1s 309ms
Then Check if advice window is in new location 020ms
After Hooks.deleteTransportAfterTest() 118ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 069ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 301ms
And Show all transport "false" 162ms
When Find transport pencil button in transports table 1s 241ms
And Click pencil and move transport to next day in schedule 16s 664ms
And Move advice window "3" 1s 367ms
Then Check if advice window is in new location 024ms
After Hooks.deleteTransportAfterTest() 108ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 967ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 319ms
And Show all transport "false" 162ms
When Find transport pencil button in transports table 1s 212ms
And Click pencil and move transport to next day in schedule 17s 050ms
And Move advice window "3" 1s 420ms
Then Check if advice window is in new location 028ms
After Hooks.deleteTransportAfterTest() 105ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 064ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 355ms
And Show all transport "false" 164ms
When Find transport pencil button in transports table 1s 252ms
And Click pencil and move transport to next day in schedule 16s 317ms
And Move advice window "3" 1s 302ms
Then Check if advice window is in new location 020ms
After Hooks.deleteTransportAfterTest() 098ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 074ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 331ms
And Show all transport "false" 163ms
When Find transport pencil button in transports table 1s 241ms
And Click pencil and move transport to next day in schedule 16s 275ms
And Move advice window "3" 1s 301ms
Then Check if advice window is in new location 023ms
After Hooks.deleteTransportAfterTest() 106ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 070ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 1s 307ms
And Show all transport "true" 220ms
When Find transport pencil button in transports table 1s 209ms
And Click pencil and move transport to next day in schedule 16s 635ms
And Move advice window "3" 1s 337ms
Then Check if advice window is in new location 024ms
After Hooks.deleteTransportAfterTest() 097ms