Jira Performance Test - Update Chromedriver version

Christian Rosenberger December 30, 2020

Hi all,

I've tried to use JPT (https://bitbucket.org/atlassian/jira-performance-tests/src/master/), but it's not working based on newer Chrome version installed:

[INFO] Running com.atlassian.performance.tools.btftest.MyJiraOnPremiseIT
2020-12-30 21:15:32,420 main ERROR Attempted to append to non-started appender file
2020-12-30 21:15:32,426 main ERROR Attempted to append to non-started appender file
2020-12-30 21:15:32,426 main ERROR Attempted to append to non-started appender file
2020-12-30 21:15:32,427 main ERROR Attempted to append to non-started appender file
Starting ChromeDriver 2.43.600210 (68dcf5eebde37173d4027fa8635e332711d2874a) on port 46507
Only local connections are allowed.
[1609359336.842][WARNING]: Timed out connecting to Chrome, retrying...
Dez. 30, 2020 9:15:38 PM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: OSS
[1609359340.905][WARNING]: Timed out connecting to Chrome, retrying...
Starting ChromeDriver 2.43.600210 (68dcf5eebde37173d4027fa8635e332711d2874a) on port 20456
Only local connections are allowed.
[1609359351.126][WARNING]: Timed out connecting to Chrome, retrying...

 

The ChromeDriver is a quite old one. I cannot see any active development on the JPT project. What has happend to it?

 

Regards,
Christian

1 answer

1 accepted

0 votes
Answer accepted
Paweł Kowalik December 31, 2020

Hi Christian,

you can use your own ChromeDriver with JPT. Just download the correct version according to your version of Google Chrome from:

https://chromedriver.chromium.org/downloads

Unpack the driver executable, make sure it's executable and then either place in in the same directory, that you run your tests from, or set the webdriver.chrome.driver property, for example pass it as the JVM argument: -Dwebdriver.chrome.driver="/path/to/chromedriver".

Christian Rosenberger December 31, 2020

Hi Pawel,

thanks for your answer. That worked perfectly well for me. I've used the 87. driver and it detects my Chrome 87 version.

Regards,
Christian

Suggest an answer

Log in or Sign up to answer