Project Number Date
ApolloFullRunnerReport develop.360 27 mar 2021, 05:51

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@deleteCompanyAfterTest 49 2 3 0 0 54 11 2 13 1m 23s 851ms Failed
View Feature Company
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 737ms
When Create company "Firma automaty" 2s 202ms
Then Company is successfully created 000ms
After Hooks.deleteCompanyAfterTest() 082ms
View Feature Company
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 088ms
When Create company "Firma Piast" 1s 495ms
Then Company is successfully created 000ms
After Hooks.deleteCompanyAfterTest() 065ms
View Feature Company
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 978ms
When Create company "Firma Lantmannen" 1s 470ms
Then Company is successfully created 000ms
After Hooks.deleteCompanyAfterTest() 058ms
View Feature Company
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 063ms
When Create company "Firma Keeper" 1s 452ms
Then Company is successfully created 000ms
After Hooks.deleteCompanyAfterTest() 056ms
View Feature Company
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 971ms
When Create company "Firma Alrec" 1s 464ms
Then Company is successfully created 000ms
After Hooks.deleteCompanyAfterTest() 071ms
View Feature Company
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 108ms
And Create company "Firma automaty" by JSON file as "super-admin-skz" 119ms
When Edit company "Firma automaty" 1s 020ms
Then Company is successfully edited 141ms
After Hooks.deleteCompanyAfterTest() 056ms
View Feature Company
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 101ms
And Create company "Firma Piast" by JSON file as "super-admin-piast" 124ms
When Edit company "Firma Piast" 962ms
Then Company is successfully edited 138ms
After Hooks.deleteCompanyAfterTest() 099ms
View Feature Company
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 011ms
And Create company "Firma Lantmannen" by JSON file as "super-admin-lantmannen" 128ms
When Edit company "Firma Lantmannen" 991ms
Then Company is successfully edited 131ms
After Hooks.deleteCompanyAfterTest() 058ms
View Feature Company
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 066ms
And Create company "Firma Keeper" by JSON file as "super-admin-keeeper" 113ms
When Edit company "Firma Keeper" 933ms
Then Company is successfully edited 146ms
After Hooks.deleteCompanyAfterTest() 052ms
View Feature Company
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 015ms
And Create company "Firma Alrec" by JSON file as "super-admin-alrec" 100ms
When Edit company "Firma Alrec" 874ms
Then Company is successfully edited 134ms
After Hooks.deleteCompanyAfterTest() 066ms
View Feature Company
Scenario Outline Check if it possible to create and edit company
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 071ms
When Create company "Firma automaty" 1s 560ms
And Edit company "Firma automaty" 817ms
Then Company is successfully edited 15s 017ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//div[contains(@class, 'alert-success')]"}
  (Session info: headless chrome=89.0.4389.90)
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: 'ns3112421', ip: '94.23.29.183', os.name: 'Linux', os.arch: 'amd64', os.version: '4.15.0-136-generic', java.version: '1.8.0_201'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=89.0.4389.23 (61b08ee2c50024bab004e48d2b1b083cdbdac579-refs/branch-heads/4389@{#294}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.tUpg08}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=89.0.4389.90, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: cedfeacbb839d0235adddd16b68a5978
*** Element info: {Using=xpath, value=//div[contains(@class, 'alert-success')]}
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at Pages.BasePage.getWebElementByXpath(BasePage.java:305)
	at Pages.Company.CompanyDetailsPage.getAlertSuccess(CompanyDetailsPage.java:33)
	at CucumberTests.Company.EditCompanyTest.companyIsSuccessfullyEdited(EditCompanyTest.java:57)
	at ✽.Company is successfully edited(file:Features/Atom/Companies/Company.feature:35)
After Hooks.deleteCompanyAfterTest() 075ms
View Feature Company
Given Set token of apiUsername "super-admin-pgf" 102ms
And Set basic authorities "ROLE_CREATE_COMPANY" to user "pgf-admin" 247ms
When Create company "Twój Opiekun PGF" "supplier" by JSON file as "super-admin-pgf" 110ms
And Login as "pgf-admin" 1s 986ms
And Go to "COMPANIES_TAB" 446ms
And Go to company "Twój Opiekun PGF" details 058ms
And Select company patron "PGF SUPPLY EMPLOYEE" 3s 594ms
Then Verify if "PGF SUPPLY EMPLOYEE" data is successfully added 044ms
After Hooks.deleteCompanyAfterTest() 059ms
After Hooks.rollbackAddedAuthorities() 035ms
View Feature Invitation
Scenario Outline Check if possible to create invitation to company by "Invite+" in company tab
Steps
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 083ms
And Go to "COMPANIES_TAB" 365ms
Given Create company "Firma Alrec" 1s 464ms
When Go to invite to company tab 30s 588ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.xpath: //label[@for='invitation-type-select']/following-sibling::div (tried for 30 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:159)
	at CucumberTests.Company.CompanyInvitationTest.goToInviteToCompanyTab(CompanyInvitationTest.java:22)
	at ✽.Go to invite to company tab(file:Features/Atom/Invitations/Invitation.feature:108)
Caused by: org.openqa.selenium.NoSuchElementException: Cannot locate an element using By.xpath: //label[@for='invitation-type-select']/following-sibling::div
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: 'ns3112421', ip: '94.23.29.183', os.name: 'Linux', os.arch: 'amd64', os.version: '4.15.0-136-generic', java.version: '1.8.0_201'
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:159)
	at CucumberTests.Company.CompanyInvitationTest.goToInviteToCompanyTab(CompanyInvitationTest.java:22)
	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)
And Create invitation to company for "automaty10@o2.pl" 000ms
Then Create invitation success alert is displayed 000ms
And Invitation is displayed on list "automaty10@o2.pl" 000ms
After Hooks.deleteCompanyAfterTest() 065ms
After Hooks.deleteInvitationAfterTest() 031ms