Project Number Date
ApolloFullRunnerReport apollo-test-2.140 01 wrz 2021, 05:52

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Template 49 1 0 0 0 50 7 1 8 1m 12s 542ms Failed
Feature Template
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 921ms
When Go to "WAREHOUSE_TAB" 886ms
And Go to template schedule 1s 172ms
And Create template 548ms
And Refresh page 2s 219ms
Then Check if time windows are in warehouse 1s 473ms
After Hooks.deleteTemplateAfterTest() 101ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 5s 709ms
When Go to "WAREHOUSE_TAB" 1s 021ms
And Go to template schedule 1s 179ms
And Create template 477ms
And Refresh page 2s 195ms
Then Check if time windows are in warehouse 1s 388ms
After Hooks.deleteTemplateAfterTest() 114ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 431ms
When Go to "WAREHOUSE_TAB" 1s 225ms
And Go to template schedule 1s 180ms
And Create template 474ms
And Refresh page 2s 190ms
Then Check if time windows are in warehouse 1s 309ms
After Hooks.deleteTemplateAfterTest() 101ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 491ms
When Go to "WAREHOUSE_TAB" 685ms
And Go to template schedule 1s 174ms
And Create template 485ms
And Refresh page 2s 190ms
Then Check if time windows are in warehouse 1s 307ms
After Hooks.deleteTemplateAfterTest() 096ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 2s 330ms
When Go to "WAREHOUSE_TAB" 1s 052ms
And Go to template schedule 1s 159ms
And Create template 548ms
And Refresh page 2s 192ms
Then Check if time windows are in warehouse 1s 360ms
After Hooks.deleteTemplateAfterTest() 098ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 275ms
When Go to "WAREHOUSE_TAB" 1s 213ms
And Go to template schedule 1s 169ms
And Create template 542ms
And Refresh page 2s 201ms
Then Check if time windows are in warehouse 1s 535ms
After Hooks.deleteTemplateAfterTest() 103ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 2s 468ms
When Go to "WAREHOUSE_TAB" 783ms
And Go to template schedule 1s 177ms
And Create template 432ms
And Refresh page 2s 188ms
Then Check if time windows are in warehouse 1s 328ms
After Hooks.deleteTemplateAfterTest() 096ms
Scenario Outline Check if it is possible to change pallet limit in
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 2s 191ms
When Go to "WAREHOUSE_TAB" 1s 022ms
And Go to template schedule 1s 179ms
And Check all days in week 554ms
Then Check if pallet limit counter is visible 102ms
And Set limit to "999" 977ms
And Save template 346ms
And Check if set limit "999" is visible in schedule 863ms
org.junit.ComparisonFailure: Widoczny limit palet jest inny niż ustalony w harmonogramie expected:<[999]> but was:<[888]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.Schedule.TemplateTest.checkIfSetLimitIsVisibleInSchedule(TemplateTest.java:68)
	at ✽.Check if set limit "999" is visible in schedule(file:Features/Atom/Schedule/Template.feature:30)