Project Number Date
ApolloFullRunnerReport apollo-test-2.51 22 cze 2021, 10:35

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Schedule 99 1 5 0 0 105 14 1 15 18m 40s 229ms Failed
Feature Schedule
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 3s 053ms
When Go to "WAREHOUSE_TAB" 1s 264ms
And Select warehouse "Magazyn - Nowa Sól" 2s 616ms
And Select view "DAY" 2s 178ms
Then Click on every spot and check if time window was created 1m 56s 527ms
And Check if warehouse is empty 15s 032ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 595ms
When Go to "WAREHOUSE_TAB" 1s 183ms
And Select warehouse "Magazyn S7" 1s 389ms
And Select view "DAY" 2s 138ms
Then Click on every spot and check if time window was created 2m 24s 809ms
And Check if warehouse is empty 15s 054ms
Scenario Outline Check if it is possible to click on every spot in schedule
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 15s 827ms
org.openqa.selenium.TimeoutException: Expected condition failed: Nie udało się załadować strony (tried for 10 second(s) with 500 MILLISECONDS interval)
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.checkElementIsVisible(BasePage.java:183)
	at Pages.LoginPage.login(LoginPage.java:48)
	at Pages.LoginPage.loginAs(LoginPage.java:37)
	at CucumberTests.BaseTest.loginAs(BaseTest.java:102)
	at CucumberTests.LoginTest.loginAsAndSetTokenOfApiUsername(LoginTest.java:78)
	at ✽.Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper"(file:Features/Atom/Schedule/Schedule.feature:4)
Caused by: org.openqa.selenium.NoSuchElementException: Cannot locate an element using By.xpath: //div[@id='login-template']//input[@type='text']
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test-2', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-50-generic', java.version: '1.8.0_292'
Driver info: driver.version: unknown
	at org.openqa.selenium.support.ui.ExpectedConditions.lambda$findElement$0(ExpectedConditions.java:882)
	at java.util.Optional.orElseThrow(Optional.java:290)
	at org.openqa.selenium.support.ui.ExpectedConditions.findElement(ExpectedConditions.java:881)
	at org.openqa.selenium.support.ui.ExpectedConditions.access$000(ExpectedConditions.java:43)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:208)
	at Pages.BasePage.checkElementIsVisible(BasePage.java:183)
	at Pages.LoginPage.login(LoginPage.java:48)
	at Pages.LoginPage.loginAs(LoginPage.java:37)
	at CucumberTests.BaseTest.loginAs(BaseTest.java:102)
	at CucumberTests.LoginTest.loginAsAndSetTokenOfApiUsername(LoginTest.java:78)
	at sun.reflect.GeneratedMethodAccessor218.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at cucumber.runtime.Utils$1.call(Utils.java:26)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:20)
	at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:57)
	at cucumber.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:50)
	at cucumber.runner.TestStep.executeStep(TestStep.java:63)
	at cucumber.runner.TestStep.run(TestStep.java:49)
	at cucumber.runner.PickleStepTestStep.run(PickleStepTestStep.java:43)
	at cucumber.runner.TestCase.run(TestCase.java:45)
	at cucumber.runner.Runner.runPickle(Runner.java:40)
	at cucumber.runtime.junit.PickleRunners$WithStepDescriptions.run(PickleRunners.java:97)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:68)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:23)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:73)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:122)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:64)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at cucumber.api.junit.Cucumber$1.evaluate(Cucumber.java:131)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
When Go to "WAREHOUSE_TAB" 000ms
And Select warehouse "Magazyn Surowców" 000ms
And Select view "DAY" 000ms
Then Click on every spot and check if time window was created 000ms
And Check if warehouse is empty 000ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 6s 177ms
When Go to "WAREHOUSE_TAB" 954ms
And Select warehouse "Towary sypkie" 1s 326ms
And Select view "DAY" 2s 165ms
Then Click on every spot and check if time window was created 1m 27s 202ms
And Check if warehouse is empty 15s 054ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 823ms
When Go to "WAREHOUSE_TAB" 704ms
And Select warehouse "Magazyn Alrec Łódź" 1s 310ms
And Select view "DAY" 2s 116ms
Then Click on every spot and check if time window was created 53s 184ms
And Check if warehouse is empty 15s 060ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 629ms
When Go to "WAREHOUSE_TAB" 1s 280ms
And Select warehouse "Magazyn - Nowa Sól" 2s 591ms
And Go to template schedule 1s 227ms
Then Click on every spot and check if time window was created 1m 46s 625ms
And Check if warehouse is empty 15s 082ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 632ms
When Go to "WAREHOUSE_TAB" 1s 050ms
And Select warehouse "Magazyn S7" 1s 387ms
And Go to template schedule 1s 174ms
Then Click on every spot and check if time window was created 2m 13s 042ms
And Check if warehouse is empty 15s 062ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 6s 365ms
When Go to "WAREHOUSE_TAB" 706ms
And Select warehouse "Magazyn Surowców" 1s 331ms
And Go to template schedule 1s 160ms
Then Click on every spot and check if time window was created 35s 447ms
And Check if warehouse is empty 15s 058ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 2s 588ms
When Go to "WAREHOUSE_TAB" 922ms
And Select warehouse "Towary sypkie" 1s 357ms
And Go to template schedule 1s 145ms
Then Click on every spot and check if time window was created 1m 20s 091ms
And Check if warehouse is empty 15s 084ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 748ms
When Go to "WAREHOUSE_TAB" 727ms
And Select warehouse "Magazyn Alrec Łódź" 1s 350ms
And Go to template schedule 1s 161ms
Then Click on every spot and check if time window was created 49s 088ms
And Check if warehouse is empty 15s 032ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 9s 090ms
And Create "CREATE_GRAY_WINDOW_TWG" window by JSON file for test as "super-admin-hochland" 350ms
And Create "CREATE_GRAY_WINDOW_OST" window by JSON file for test as "super-admin-hochland" 253ms
When Go to "WAREHOUSE_TAB" 1s 326ms
And Select warehouse "Twarożkarnia wyrób gotowy" 2s 137ms
And Select view "DAYS_2" 2s 149ms
Then Check if gray window is in the schedule 2s 032ms
And Select warehouse "Opakowania, surowce twarożkarnia" 1s 385ms
And Select view "DAYS_2" 2s 111ms
And Check if gray window is in the schedule 2s 036ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteAllGrayWindowsAfterTest() 15s 621ms
Given Login as "hochland-producer" and set token of apiUsername "super-admin-hochland" 11s 179ms
And Create "CREATE_GRAY_WINDOW_TWG" window by JSON file for test as "super-admin-hochland" 412ms
And Create "CREATE_GRAY_WINDOW_OST" window by JSON file for test as "super-admin-hochland" 241ms
When Go to "WAREHOUSE_TAB" 1s 211ms
And Select warehouse "Twarożkarnia wyrób gotowy" 2s 132ms
And Select view "DAYS_2" 2s 149ms
Then Check if gray window is in the schedule 2s 036ms
And Select warehouse "Opakowania, surowce twarożkarnia" 1s 407ms
And Select view "DAYS_2" 2s 128ms
And Check if gray window is in the schedule 2s 032ms
After Hooks.deleteTransportAfterTest() 001ms
After Hooks.deleteAllGrayWindowsAfterTest() 15s 635ms
Given Login as "pha1-carrier@qa.qa-test" and set token of apiUsername "super-admin-hochland" 9s 198ms
And Create "CREATE_GRAY_WINDOW_TWG" window by JSON file for test as "super-admin-hochland" 432ms
And Create "CREATE_GRAY_WINDOW_OST" window by JSON file for test as "super-admin-hochland" 340ms
When Go to "WAREHOUSE_TAB" 1s 402ms
And Select warehouse "Twarożkarnia wyrób gotowy" 2s 101ms
And Select view "DAYS_2" 2s 179ms
Then Check if gray window is in the schedule 2s 044ms
And Select warehouse "Opakowania, surowce twarożkarnia" 1s 424ms
And Select view "DAYS_2" 2s 135ms
And Check if gray window is in the schedule 2s 039ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteAllGrayWindowsAfterTest() 15s 628ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 817ms
And Create "CREATE_GRAY_WINDOW_MGW" window by JSON file for test as "super-admin-skz" 225ms
And Create "CREATE_GRAY_WINDOW_HRL" window by JSON file for test as "super-admin-skz" 224ms
When Go to "WAREHOUSE_TAB" 900ms
And Select warehouse "MGW" 1s 368ms
And Select view "DAYS_2" 2s 200ms
Then Check if gray window is in the schedule 2s 048ms
And Select warehouse "HRL" 1s 490ms
And Select view "DAYS_2" 2s 138ms
And Check if gray window is in the schedule 2s 030ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteAllGrayWindowsAfterTest() 15s 678ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 112ms
When Go to "WAREHOUSE_TAB" 1s 173ms
And Select warehouse "Proszkownia" 2s 325ms
Then Check if warehouses select dropdown is not expanded 068ms
And Check if current warehouse is "Proszkownia" 083ms