diff options
author | Steve Marion <unknown> | 2023-08-21 09:22:24 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-08-21 20:02:47 +0000 |
commit | 72f505e5eba3096a262a3372b7d34c247632bf77 (patch) | |
tree | 3a727a089cfee42a80d9580e819515f7c8f6430e /buildSrc | |
parent | 56d2c712d5d203dcd2f3c73b24409fea1b25d975 (diff) | |
download | sonarqube-72f505e5eba3096a262a3372b7d34c247632bf77.tar.gz sonarqube-72f505e5eba3096a262a3372b7d34c247632bf77.zip |
[NO-JIRA] migrate chrome driver download source and force usage of it in selenium
Diffstat (limited to 'buildSrc')
-rw-r--r-- | buildSrc/src/main/groovy/org.sonar.build/BlackBoxTest.groovy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildSrc/src/main/groovy/org.sonar.build/BlackBoxTest.groovy b/buildSrc/src/main/groovy/org.sonar.build/BlackBoxTest.groovy index e80468a1dc5..46bc9ff0d03 100644 --- a/buildSrc/src/main/groovy/org.sonar.build/BlackBoxTest.groovy +++ b/buildSrc/src/main/groovy/org.sonar.build/BlackBoxTest.groovy @@ -11,6 +11,7 @@ class BlackBoxTest extends Test { systemProperty 'java.awt.headless', 'true' systemProperty 'orchestrator.configUrl', System.getProperty('orchestrator.configUrl') + systemProperty 'webdriver.chrome.driver', System.getProperty('webdriver.chrome.driver') if (!project.version.endsWith("-SNAPSHOT")) { systemProperty 'sonar.runtimeVersion', project.version |