Skip to content

Commit

Permalink
Replace PhantomJS with Chrome driver
Browse files Browse the repository at this point in the history
Closes #579

Signed-off-by: Jon Koops <jonkoops@gmail.com>
  • Loading branch information
jonkoops authored and mposolda committed Jul 30, 2024
1 parent a1f4928 commit 159d78c
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 56 deletions.
5 changes: 0 additions & 5 deletions extension/action-token-authenticator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-phantom-driver</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.graphene</groupId>
<artifactId>arquillian-browser-screenshooter</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions extension/action-token-required-action/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-phantom-driver</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.graphene</groupId>
<artifactId>arquillian-browser-screenshooter</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions extension/event-listener-sysout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-phantom-driver</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.graphene</groupId>
<artifactId>arquillian-browser-screenshooter</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions extension/event-store-mem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-phantom-driver</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.graphene</groupId>
<artifactId>arquillian-browser-screenshooter</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions extension/extend-account-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
<version>${version.keycloak}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-phantom-driver</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
5 changes: 0 additions & 5 deletions extension/extend-admin-console-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-phantom-driver</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
5 changes: 0 additions & 5 deletions extension/user-storage-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-phantom-driver</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.graphene</groupId>
<artifactId>arquillian-browser-screenshooter</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ limitations under the License.
</container>

<extension qualifier="webdriver">
<property name="browser">phantomjs</property>
<property name="browser">chromeheadless</property>
<property name="chromeArguments">--window-size=1920,1080</property>
</extension>
</arquillian>
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ limitations under the License.
</container>

<extension qualifier="webdriver">
<property name="browser">phantomjs</property>
<property name="browser">chromeheadless</property>
<property name="chromeArguments">--window-size=1920,1080</property>
</extension>
</arquillian>
5 changes: 0 additions & 5 deletions jakarta/servlet-saml-service-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-phantom-driver</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-container-managed</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
</container>

<extension qualifier="webdriver">
<property name="browser">phantomjs</property>
<property name="browser">chromeheadless</property>
<property name="chromeArguments">--window-size=1920,1080</property>
</extension>
</arquillian>
13 changes: 0 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
<version.resources.maven.plugin>3.0.2</version.resources.maven.plugin>
<version.compiler.maven.plugin>3.1</version.compiler.maven.plugin>

<arquillian-phantom.version>1.2.1.Final</arquillian-phantom.version>
<arquillian-screenshooter.version>2.3.2</arquillian-screenshooter.version>
<version.junit>4.12</version.junit>
<version.hamcrest>1.3</version.hamcrest>
Expand Down Expand Up @@ -228,12 +227,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-phantom-driver</artifactId>
<version>${arquillian-phantom.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.graphene</groupId>
<artifactId>arquillian-browser-screenshooter</artifactId>
Expand Down Expand Up @@ -457,12 +450,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-phantom-driver</artifactId>
<version>${arquillian-phantom.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.graphene</groupId>
<artifactId>arquillian-browser-screenshooter</artifactId>
Expand Down

0 comments on commit 159d78c

Please sign in to comment.