Project Number Date
ApolloFullRunnerReport apollo-test-2.102 02 sie 2021, 03:22

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 14s 582ms Failed
Feature Transport files
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 570ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 982ms
When Go to "TRANSPORT_TABLE" 359ms
And Show all transport types 1s 133ms
And Verify that transport has "0" files 085ms
Then Add file to transport by API 1s 980ms
And Verify that transport has "1" files 2s 286ms
After Hooks.deleteTransportAfterTest() 613ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 437ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 967ms
When Go to "TRANSPORT_TABLE" 354ms
And Show all transport types 1s 147ms
And Verify that transport has "0" files 094ms
Then Add file to transport by API 1s 362ms
And Verify that transport has "1" files 347ms
After Hooks.deleteTransportAfterTest() 547ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 680ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 148ms
When Go to "TRANSPORT_TABLE" 399ms
And Show all transport types 1s 147ms
And Verify that transport has "0" files 079ms
Then Add file to transport by API 1s 426ms
And Verify that transport has "1" files 487ms
After Hooks.deleteTransportAfterTest() 1s 030ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 268ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 940ms
When Go to "TRANSPORT_TABLE" 427ms
And Show all transport types 1s 156ms
And Verify that transport has "0" files 082ms
Then Add file to transport by API 1s 444ms
And Verify that transport has "1" files 345ms
After Hooks.deleteTransportAfterTest() 494ms
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 496ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 964ms
And Delete transport 17s 953ms
When Go to "ARCHIVE_TAB" 522ms
And Show "DELIVERY" 142ms
And Verify that transport has "0" files 5s 959ms
Then Add file to transport 429ms
And Verify that transport has "1" files 1s 494ms
After Hooks.deleteTransportAfterTest() 525ms
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 495ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 966ms
And Delete transport 18s 607ms
When Go to "ARCHIVE_TAB" 513ms
And Show "LOAD" 203ms
And Verify that transport has "0" files 4s 031ms
Then Add file to transport 418ms
And Verify that transport has "1" files 1s 524ms
After Hooks.deleteTransportAfterTest() 499ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 804ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 116ms
And Delete transport 6s 385ms
When Go to "ARCHIVE_TAB" 468ms
And Show "DELIVERY" 155ms
And Verify that transport has "0" files 4s 941ms
Then Add file to transport 429ms
And Verify that transport has "1" files 1s 454ms
After Hooks.deleteTransportAfterTest() 657ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 501ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 871ms
And Delete transport 18s 322ms
When Go to "ARCHIVE_TAB" 543ms
And Show "CONTAINER" 180ms
And Verify that transport has "0" files 3s 476ms
Then Add file to transport 415ms
And Verify that transport has "1" files 1s 459ms
After Hooks.deleteTransportAfterTest() 508ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 243ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 15s 907ms
And Transfer transport to carrier by JSON file "super-admin-adama" "true" confirmation 718ms
And Accept transferred transport by Api 686ms
And Login as "paa1-carrier@qa.qa-test" 2s 373ms
Then Verify that "large_entrepreneur_declaration" document can be downloaded 17s 662ms
After Hooks.deleteTransportAfterTest() 538ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 2s 648ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 277ms
And Transfer transport to carrier by JSON file "super-admin-adama" "false" confirmation 797ms
Then Verify that "large_entrepreneur_declaration" document can be downloaded 17s 846ms
After Hooks.deleteTransportAfterTest() 581ms
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" 243ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 106ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 836ms
And Add a bid "500" to an auction by JSON file as "paa1-carrier@qa.qa-test" for "super-admin-adama" 1s 567ms
And Login as "paa1-carrier@qa.qa-test" 2s 421ms
Then Verify that "large_entrepreneur_declaration" document can be downloaded 16s 019ms
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:223)
	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:223)
	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() 595ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 486ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 205ms
When Go to "TRANSPORT_TABLE" 420ms
And Show all transport "true" 220ms
Then Verify that transport has "1" CMR file 1s 560ms
After Hooks.deleteTransportAfterTest() 612ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 300ms
And Create transport "CREATE_TRANSPORT_TWO_UNLOAD_STEPS" by JSON file as "super-admin-alrec" 2s 434ms
When Go to "TRANSPORT_TABLE" 364ms
And Show all transport "true" 226ms
Then Verify that transport has "2" CMR file 1s 572ms
After Hooks.deleteTransportAfterTest() 638ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 362ms
And Create transport "CREATE_TRANSPORT_TWO_UNLOAD_STEPS" by JSON file as "super-admin-alrec" 2s 405ms
When Go to "TRANSPORT_TABLE" 400ms
And Show all transport "true" 243ms
Then Verify that "CMR" document can be downloaded 19s 020ms
After Hooks.deleteTransportAfterTest() 619ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 511ms
And Create transport "CREATE_TRANSPORT_TWO_UNLOAD_STEPS" by JSON file as "super-admin-alrec" 2s 406ms
And Show all transport "true" 251ms
And Delete transport 19s 132ms
When Go to "ARCHIVE_TAB" 540ms
And Show "TRANSPORT_ORDER" 143ms
Then Verify that "CMR" document can be downloaded 20s 616ms
After Hooks.deleteTransportAfterTest() 547ms