Project Number Date
ApolloFullRunnerReport apollo-test-2.132 25 sie 2021, 05:54

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Transport files 97 1 0 0 0 98 14 1 15 5m 32s 583ms Failed
Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 678ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 011ms
When Go to "TRANSPORT_TABLE" 367ms
And Show all transport types 1s 139ms
And Verify that transport has "0" files 086ms
Then Add file to transport by API 1s 742ms
And Verify that transport has "1" files 2s 496ms
After Hooks.deleteTransportAfterTest() 619ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 553ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 987ms
When Go to "TRANSPORT_TABLE" 356ms
And Show all transport types 1s 140ms
And Verify that transport has "0" files 090ms
Then Add file to transport by API 1s 393ms
And Verify that transport has "1" files 341ms
After Hooks.deleteTransportAfterTest() 563ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 779ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 110ms
When Go to "TRANSPORT_TABLE" 411ms
And Show all transport types 1s 144ms
And Verify that transport has "0" files 078ms
Then Add file to transport by API 1s 382ms
And Verify that transport has "1" files 470ms
After Hooks.deleteTransportAfterTest() 935ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 409ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 951ms
When Go to "TRANSPORT_TABLE" 412ms
And Show all transport types 1s 152ms
And Verify that transport has "0" files 072ms
Then Add file to transport by API 1s 515ms
And Verify that transport has "1" files 332ms
After Hooks.deleteTransportAfterTest() 519ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 569ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 949ms
And Delete transport 18s 032ms
When Go to "ARCHIVE_TAB" 529ms
And Show "DELIVERY" 152ms
And Verify that transport has "0" files 6s 396ms
Then Add file to transport 411ms
And Verify that transport has "1" files 1s 691ms
After Hooks.deleteTransportAfterTest() 500ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 686ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 936ms
And Delete transport 18s 593ms
When Go to "ARCHIVE_TAB" 582ms
And Show "LOAD" 253ms
And Verify that transport has "0" files 4s 199ms
Then Add file to transport 432ms
And Verify that transport has "1" files 1s 383ms
After Hooks.deleteTransportAfterTest() 508ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 045ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 081ms
And Delete transport 21s 542ms
When Go to "ARCHIVE_TAB" 588ms
And Show "DELIVERY" 163ms
And Verify that transport has "0" files 5s 375ms
Then Add file to transport 376ms
And Verify that transport has "1" files 1s 688ms
After Hooks.deleteTransportAfterTest() 699ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 683ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 912ms
And Delete transport 18s 375ms
When Go to "ARCHIVE_TAB" 546ms
And Show "CONTAINER" 201ms
And Verify that transport has "0" files 3s 312ms
Then Add file to transport 381ms
And Verify that transport has "1" files 1s 453ms
After Hooks.deleteTransportAfterTest() 517ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 233ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 15s 964ms
And Transfer transport to carrier by JSON file "super-admin-adama" "true" confirmation 641ms
And Accept transferred transport by Api 676ms
And Login as "paa1-carrier@qa.qa-test" 2s 429ms
Then Verify that "large_entrepreneur_declaration" document can be downloaded 17s 907ms
After Hooks.deleteTransportAfterTest() 557ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 2s 701ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 183ms
And Transfer transport to carrier by JSON file "super-admin-adama" "false" confirmation 806ms
Then Verify that "large_entrepreneur_declaration" document can be downloaded 18s 001ms
After Hooks.deleteTransportAfterTest() 575ms
Scenario Outline Check that the file is added to the transport after winning the auction
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-adama" 241ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 056ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 820ms
And Add a bid "500" to an auction by JSON file as "paa1-carrier@qa.qa-test" for "super-admin-adama" 1s 542ms
And Login as "paa1-carrier@qa.qa-test" 2s 304ms
Then Verify that "large_entrepreneur_declaration" document can be downloaded 15s 990ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to be clickable: By.xpath: //div[contains(a, 'large_entrepreneur_declaration')]/a (tried for 3 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.waitUntilElementClickable(BasePage.java:225)
	at CucumberTests.Transport.TransportFile.verifyThatDocumentCanBeDownloaded(TransportFile.java:81)
	at ✽.Verify that "large_entrepreneur_declaration" document can be downloaded(file:Features/Atom/Transport/File.feature:65)
Caused by: org.openqa.selenium.NoSuchElementException: Cannot locate an element using By.xpath: //div[contains(a, 'large_entrepreneur_declaration')]/a
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.ExpectedConditions$22.apply(ExpectedConditions.java:643)
	at org.openqa.selenium.support.ui.ExpectedConditions$22.apply(ExpectedConditions.java:640)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:208)
	at Pages.BasePage.waitUntilElementClickable(BasePage.java:225)
	at CucumberTests.Transport.TransportFile.verifyThatDocumentCanBeDownloaded(TransportFile.java:81)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	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)
After Hooks.deleteTransportAfterTest() 565ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 722ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 237ms
When Go to "TRANSPORT_TABLE" 356ms
And Show all transport "true" 133ms
Then Verify that transport has "1" CMR file 1s 578ms
After Hooks.deleteTransportAfterTest() 587ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 351ms
And Create transport "CREATE_TRANSPORT_TWO_UNLOAD_STEPS" by JSON file as "super-admin-alrec" 2s 424ms
When Go to "TRANSPORT_TABLE" 368ms
And Show all transport "true" 161ms
Then Verify that transport has "2" CMR file 1s 626ms
After Hooks.deleteTransportAfterTest() 587ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 420ms
And Create transport "CREATE_TRANSPORT_TWO_UNLOAD_STEPS" by JSON file as "super-admin-alrec" 2s 394ms
When Go to "TRANSPORT_TABLE" 384ms
And Show all transport "true" 138ms
Then Verify that "CMR" document can be downloaded 18s 888ms
After Hooks.deleteTransportAfterTest() 615ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 674ms
And Create transport "CREATE_TRANSPORT_TWO_UNLOAD_STEPS" by JSON file as "super-admin-alrec" 2s 419ms
And Show all transport "true" 144ms
And Delete transport 19s 243ms
When Go to "ARCHIVE_TAB" 526ms
And Show "TRANSPORT_ORDER" 151ms
Then Verify that "CMR" document can be downloaded 20s 592ms
After Hooks.deleteTransportAfterTest() 568ms