소스 검색

[NO-JIRA] migrate chrome driver download source and force usage of it in selenium

tags/10.2.0.77647
Steve Marion 8 달 전
부모
커밋
72f505e5eb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      buildSrc/src/main/groovy/org.sonar.build/BlackBoxTest.groovy

+ 1
- 0
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

Loading…
취소
저장