Project Number Date
ApolloFullRunnerReport kapibary.43 15 cze 2021, 06:10

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 3m 5s 339ms Failed
View Feature Company
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 700ms
When Create company "Firma automaty" 5s 825ms
Then Company is successfully created 000ms
After Hooks.deleteCompanyAfterTest() 324ms
View Feature Company
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 583ms
When Create company "Firma Piast" 5s 324ms
Then Company is successfully created 000ms
After Hooks.deleteCompanyAfterTest() 310ms
View Feature Company
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 635ms
When Create company "Firma Lantmannen" 5s 443ms
Then Company is successfully created 000ms
After Hooks.deleteCompanyAfterTest() 312ms
View Feature Company
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 459ms
When Create company "Firma Keeper" 5s 246ms
Then Company is successfully created 000ms
After Hooks.deleteCompanyAfterTest() 324ms
View Feature Company
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 411ms
When Create company "Firma Alrec" 4s 886ms
Then Company is successfully created 000ms
After Hooks.deleteCompanyAfterTest() 260ms
View Feature Company
Given Login as "super-admin-piast" and set token of apiUsername "super-admin-piast" 2s 550ms
And Create company "Firma Piast" by JSON file as "super-admin-piast" 876ms
When Edit company "Firma Piast" 3s 147ms
Then Company is successfully edited 544ms
After Hooks.deleteCompanyAfterTest() 341ms
View Feature Company
Given Login as "super-admin-lantmannen" and set token of apiUsername "super-admin-lantmannen" 2s 459ms
And Create company "Firma Lantmannen" by JSON file as "super-admin-lantmannen" 925ms
When Edit company "Firma Lantmannen" 3s 257ms
Then Company is successfully edited 533ms
After Hooks.deleteCompanyAfterTest() 434ms
View Feature Company
Given Login as "super-admin-keeeper" and set token of apiUsername "super-admin-keeeper" 2s 501ms
And Create company "Firma Keeper" by JSON file as "super-admin-keeeper" 879ms
When Edit company "Firma Keeper" 3s 151ms
Then Company is successfully edited 608ms
After Hooks.deleteCompanyAfterTest() 369ms
View Feature Company
Given Login as "super-admin-alrec" and set token of apiUsername "super-admin-alrec" 2s 516ms
And Create company "Firma Alrec" by JSON file as "super-admin-alrec" 905ms
When Edit company "Firma Alrec" 3s 110ms
Then Company is successfully edited 526ms
After Hooks.deleteCompanyAfterTest() 321ms
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" 2s 744ms
And Create company "Firma automaty" by JSON file as "super-admin-skz" 920ms
When Go to "COMPANIES_TAB" 1s 232ms
And Go to company "Firma automaty" details 482ms
Then Check if edit company details is blocked 15s 353ms
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: '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: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.jSOPAe}, 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: 3cfc5f7f4e1808bafe7ab0b4b47b656f
*** 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() 308ms
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" 2s 688ms
And Create company "Firma Piast" by JSON file as "super-admin-piast" 893ms
When Go to "COMPANIES_TAB" 983ms
And Go to company "Firma Piast" details 373ms
Then Check if edit company details is blocked 15s 361ms
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: '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: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.jSOPAe}, 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: 3cfc5f7f4e1808bafe7ab0b4b47b656f
*** 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() 312ms
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" 2s 486ms
And Create company "Firma Lantmannen" by JSON file as "super-admin-lantmannen" 871ms
When Go to "COMPANIES_TAB" 1s 075ms
And Go to company "Firma Lantmannen" details 499ms
Then Check if edit company details is blocked 15s 280ms
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: '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: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.jSOPAe}, 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: 3cfc5f7f4e1808bafe7ab0b4b47b656f
*** 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() 395ms
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" 2s 652ms
And Create company "Firma Keeper" by JSON file as "super-admin-keeeper" 864ms
When Go to "COMPANIES_TAB" 1s 237ms
And Go to company "Firma Keeper" details 480ms
Then Check if edit company details is blocked 15s 323ms
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: '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: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.jSOPAe}, 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: 3cfc5f7f4e1808bafe7ab0b4b47b656f
*** 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() 422ms
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" 2s 589ms
And Create company "Firma Alrec" by JSON file as "super-admin-alrec" 785ms
When Go to "COMPANIES_TAB" 1s 062ms
And Go to company "Firma Alrec" details 377ms
Then Check if edit company details is blocked 15s 340ms
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: '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: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.jSOPAe}, 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: 3cfc5f7f4e1808bafe7ab0b4b47b656f
*** 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() 338ms
View Feature Company
Given Set token of apiUsername "super-admin-pgf" 263ms
And Set basic authorities "ROLE_CREATE_COMPANY" to user "pgf-admin" 335ms
When Create company "Twój Opiekun PGF" "supplier" by JSON file as "super-admin-pgf" 858ms
And Login as "pgf-admin" 4s 656ms
And Go to "COMPANIES_TAB" 1s 224ms
And Go to company "Twój Opiekun PGF" details 495ms
And Select company patron "PGF SUPPLY EMPLOYEE" 7s 372ms
Then Verify if "PGF SUPPLY EMPLOYEE" data is successfully added 160ms
After Hooks.deleteCompanyAfterTest() 327ms
After Hooks.rollbackAddedAuthorities() 209ms