Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Jan 29, 2024
2 parents 96e6ace + 3176fd7 commit 06a9208
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<fitnesse.version>20231203</fitnesse.version>
<!--
this would ship the linux drivers, which we now simply checked in
<hsac.fixtures.version>5.3.8-SNAPSHOT</hsac.fixtures.version>
-->
<hsac.fixtures.version>5.3.7</hsac.fixtures.version>
<surefire.version>3.2.5</surefire.version>
<!-- classpath that Fitnesse uses when not starting from IDE/maven -->
Expand Down
Binary file added wiki/webdrivers/chromedriver-linux-64bit
Binary file not shown.
8 changes: 8 additions & 0 deletions wiki/webdrivers/chromedriver-linux-64bit.version
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "chromedriver",
"platform": "linux",
"bit": "64",
"version": "120.0.6099.71",
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/120.0.6099.71/linux64/chromedriver-linux64.zip",
"fileMatchInside": "chromedriver-linux64/chromedriver"
}
Binary file added wiki/webdrivers/geckodriver-linux-64bit
Binary file not shown.
7 changes: 7 additions & 0 deletions wiki/webdrivers/geckodriver-linux-64bit.version
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "geckodriver",
"platform": "linux",
"bit": "64",
"version": "0.34.0",
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.34.0/geckodriver-v0.34.0-linux64.tar.gz"
}

0 comments on commit 06a9208

Please sign in to comment.