Skip to content

Commit

Permalink
Selenium 4 (#400)
Browse files Browse the repository at this point in the history
* Selenium 4.1.2, Acceptance tests, Shadow dom containers
  • Loading branch information
tcnh authored Feb 13, 2022
1 parent 5796482 commit 4057cb4
Show file tree
Hide file tree
Showing 26 changed files with 1,697 additions and 318 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ variables:
# when running from the command line.
# `installAtEnd` and `deployAtEnd` are only effective with recent version of the corresponding plugins.
MAVEN_CLI_OPTS: "--batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true"
SELENIUM_VERSION: "3.141.59"
SELENIUM_VERSION: "4.1.2"
KANIKO_CACHE: "true"

before_script:
Expand Down
2 changes: 1 addition & 1 deletion docker/chrome/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG TEST_IMAGE=hsac/fitnesse-fixtures-test-jre8:latest
ARG SELENIUM_VERSION=latest
ARG SELENIUM_VERSION=4.1.2
FROM ${TEST_IMAGE} as hsac-fixtures

FROM selenium/standalone-chrome:${SELENIUM_VERSION}
Expand Down
23 changes: 2 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<hsac-fitnesse-plugin.version>1.31.0</hsac-fitnesse-plugin.version>
<fitnesse.version>20211030</fitnesse.version>
<praegus-toolchain-fitnesse-plugin.version>2.0.14</praegus-toolchain-fitnesse-plugin.version>
<selenium.version>3.141.59</selenium.version>
<slf4j.version>1.7.32</slf4j.version>
<selenium.version>4.1.2</selenium.version>
<slf4j.version>1.7.35</slf4j.version>
<apache.http.version>4.5.13</apache.http.version>
<surefire.version>2.22.2</surefire.version>

Expand Down Expand Up @@ -134,25 +134,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.codeborne</groupId>
<artifactId>phantomjsdriver</artifactId>
<version>1.5.0</version>
<exclusions>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-driver</artifactId>
</exclusion>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.galenframework</groupId>
<artifactId>galen-core</artifactId>
Expand Down
Loading

0 comments on commit 4057cb4

Please sign in to comment.