From 72f505e5eba3096a262a3372b7d34c247632bf77 Mon Sep 17 00:00:00 2001 From: Steve Marion Date: Mon, 21 Aug 2023 09:22:24 +0200 Subject: [PATCH] [NO-JIRA] migrate chrome driver download source and force usage of it in selenium --- buildSrc/src/main/groovy/org.sonar.build/BlackBoxTest.groovy | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5