Project Number Date
ApolloFullRunnerReport develop.449 02 cze 2021, 08:56

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@deleteCompanyAfterTest 59 5 0 0 0 64 10 5 15 1m 57s 717ms Failed
View Feature Company
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 946ms
When Create company "Firma automaty" 2s 248ms
Then Company is successfully created 000ms
After Hooks.deleteCompanyAfterTest() 110ms
View Feature Company
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 134ms
When Create company "Firma Piast" 1s 718ms
Then Company is successfully created 000ms
After Hooks.deleteCompanyAfterTest() 080ms
View Feature Company
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 057ms
When Create company "Firma Lantmannen" 1s 724ms
Then Company is successfully created 000ms
After Hooks.deleteCompanyAfterTest() 086ms
View Feature Company
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 082ms
When Create company "Firma Keeper" 1s 640ms
Then Company is successfully created 000ms
After Hooks.deleteCompanyAfterTest() 083ms
View Feature Company
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 096ms
When Create company "Firma Alrec" 1s 590ms
Then Company is successfully created 000ms
After Hooks.deleteCompanyAfterTest() 075ms
View Feature Company
Given Login as "super-admin-piast" and set token of apiUsername "super-admin-piast" 1s 486ms
And Create company "Firma Piast" by JSON file as "super-admin-piast" 124ms
When Edit company "Firma Piast" 969ms
Then Company is successfully edited 150ms
After Hooks.deleteCompanyAfterTest() 151ms
View Feature Company
Given Login as "super-admin-lantmannen" and set token of apiUsername "super-admin-lantmannen" 1s 282ms
And Create company "Firma Lantmannen" by JSON file as "super-admin-lantmannen" 131ms
When Edit company "Firma Lantmannen" 1s 062ms
Then Company is successfully edited 131ms
After Hooks.deleteCompanyAfterTest() 080ms
View Feature Company
Given Login as "super-admin-keeeper" and set token of apiUsername "super-admin-keeeper" 1s 893ms
And Create company "Firma Keeper" by JSON file as "super-admin-keeeper" 156ms
When Edit company "Firma Keeper" 1s 074ms
Then Company is successfully edited 133ms
After Hooks.deleteCompanyAfterTest() 086ms
View Feature Company
Given Login as "super-admin-alrec" and set token of apiUsername "super-admin-alrec" 1s 518ms
And Create company "Firma Alrec" by JSON file as "super-admin-alrec" 146ms
When Edit company "Firma Alrec" 1s 017ms
Then Company is successfully edited 147ms
After Hooks.deleteCompanyAfterTest() 093ms
View Feature Company
Scenario Outline Check if it impossible to edit company by admins [A-6812]
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 185ms
And Create company "Firma automaty" by JSON file as "super-admin-skz" 127ms
When Go to "COMPANIES_TAB" 363ms
And Go to company "Firma automaty" details 158ms
Then Check if edit company details is blocked 15s 148ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//span[@data-field-name='TAX_ID_INPUT']/input"}
  (Session info: headless chrome=91.0.4472.77)
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=91.0.4472.19 (1bf021f248676a0b2ab3ee0561d83a59e424c23e-refs/branch-heads/4472@{#288}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.glnRD5}, 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=91.0.4472.77, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 85fd5afc1cea62673fef8d07616e8f82
*** Element info: {Using=xpath, value=//span[@data-field-name='TAX_ID_INPUT']/input}
	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:323)
	at CucumberTests.Company.EditCompanyTest.checkIfEditCompanyDetailsIsBlocked(EditCompanyTest.java:71)
	at ✽.Check if edit company details is blocked(file:Features/Atom/Companies/Company.feature:35)
After Hooks.deleteCompanyAfterTest() 091ms
View Feature Company
Scenario Outline Check if it impossible to edit company by admins [A-6812]
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 292ms
And Create company "Firma Piast" by JSON file as "super-admin-piast" 159ms
When Go to "COMPANIES_TAB" 397ms
And Go to company "Firma Piast" details 143ms
Then Check if edit company details is blocked 15s 152ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//span[@data-field-name='TAX_ID_INPUT']/input"}
  (Session info: headless chrome=91.0.4472.77)
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=91.0.4472.19 (1bf021f248676a0b2ab3ee0561d83a59e424c23e-refs/branch-heads/4472@{#288}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.glnRD5}, 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=91.0.4472.77, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 85fd5afc1cea62673fef8d07616e8f82
*** Element info: {Using=xpath, value=//span[@data-field-name='TAX_ID_INPUT']/input}
	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:323)
	at CucumberTests.Company.EditCompanyTest.checkIfEditCompanyDetailsIsBlocked(EditCompanyTest.java:71)
	at ✽.Check if edit company details is blocked(file:Features/Atom/Companies/Company.feature:35)
After Hooks.deleteCompanyAfterTest() 090ms
View Feature Company
Scenario Outline Check if it impossible to edit company by admins [A-6812]
Steps
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 089ms
And Create company "Firma Lantmannen" by JSON file as "super-admin-lantmannen" 146ms
When Go to "COMPANIES_TAB" 357ms
And Go to company "Firma Lantmannen" details 151ms
Then Check if edit company details is blocked 15s 139ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//span[@data-field-name='TAX_ID_INPUT']/input"}
  (Session info: headless chrome=91.0.4472.77)
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=91.0.4472.19 (1bf021f248676a0b2ab3ee0561d83a59e424c23e-refs/branch-heads/4472@{#288}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.glnRD5}, 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=91.0.4472.77, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 85fd5afc1cea62673fef8d07616e8f82
*** Element info: {Using=xpath, value=//span[@data-field-name='TAX_ID_INPUT']/input}
	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:323)
	at CucumberTests.Company.EditCompanyTest.checkIfEditCompanyDetailsIsBlocked(EditCompanyTest.java:71)
	at ✽.Check if edit company details is blocked(file:Features/Atom/Companies/Company.feature:35)
After Hooks.deleteCompanyAfterTest() 082ms
View Feature Company
Scenario Outline Check if it impossible to edit company by admins [A-6812]
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 116ms
And Create company "Firma Keeper" by JSON file as "super-admin-keeeper" 146ms
When Go to "COMPANIES_TAB" 411ms
And Go to company "Firma Keeper" details 143ms
Then Check if edit company details is blocked 15s 159ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//span[@data-field-name='TAX_ID_INPUT']/input"}
  (Session info: headless chrome=91.0.4472.77)
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=91.0.4472.19 (1bf021f248676a0b2ab3ee0561d83a59e424c23e-refs/branch-heads/4472@{#288}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.glnRD5}, 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=91.0.4472.77, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 85fd5afc1cea62673fef8d07616e8f82
*** Element info: {Using=xpath, value=//span[@data-field-name='TAX_ID_INPUT']/input}
	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:323)
	at CucumberTests.Company.EditCompanyTest.checkIfEditCompanyDetailsIsBlocked(EditCompanyTest.java:71)
	at ✽.Check if edit company details is blocked(file:Features/Atom/Companies/Company.feature:35)
After Hooks.deleteCompanyAfterTest() 120ms
View Feature Company
Scenario Outline Check if it impossible to edit company by admins [A-6812]
Steps
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 113ms
And Create company "Firma Alrec" by JSON file as "super-admin-alrec" 151ms
When Go to "COMPANIES_TAB" 344ms
And Go to company "Firma Alrec" details 139ms
Then Check if edit company details is blocked 15s 146ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//span[@data-field-name='TAX_ID_INPUT']/input"}
  (Session info: headless chrome=91.0.4472.77)
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=91.0.4472.19 (1bf021f248676a0b2ab3ee0561d83a59e424c23e-refs/branch-heads/4472@{#288}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.glnRD5}, 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=91.0.4472.77, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 85fd5afc1cea62673fef8d07616e8f82
*** Element info: {Using=xpath, value=//span[@data-field-name='TAX_ID_INPUT']/input}
	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:323)
	at CucumberTests.Company.EditCompanyTest.checkIfEditCompanyDetailsIsBlocked(EditCompanyTest.java:71)
	at ✽.Check if edit company details is blocked(file:Features/Atom/Companies/Company.feature:35)
After Hooks.deleteCompanyAfterTest() 097ms
View Feature Company
Given Set token of apiUsername "super-admin-pgf" 129ms
And Set basic authorities "ROLE_CREATE_COMPANY" to user "pgf-admin" 050ms
When Create company "Twój Opiekun PGF" "supplier" by JSON file as "super-admin-pgf" 140ms
And Login as "pgf-admin" 1s 344ms
And Go to "COMPANIES_TAB" 606ms
And Go to company "Twój Opiekun PGF" details 173ms
And Select company patron "PGF SUPPLY EMPLOYEE" 3s 653ms
Then Verify if "PGF SUPPLY EMPLOYEE" data is successfully added 065ms
After Hooks.deleteCompanyAfterTest() 106ms
After Hooks.rollbackAddedAuthorities() 054ms