Skip to content

Commit

Permalink
updated versions of dependencies in pom.xml, disabled lambdatest ecom…
Browse files Browse the repository at this point in the history
…merce website tests as product is not available, added edge browser block on selenium grid file
  • Loading branch information
mfaisalkhatri committed Mar 24, 2024
1 parent 7eb4861 commit b032fe8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions docker-compose-v3-seleniumgrid-m2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,19 @@ services:
- SE_NODE_MAX_SESSIONS=1
# - SE_NODE_SESSION_TIMEOUT=180

edge:
image: selenium/node-edge:latest
shm_size: 2gb
depends_on:
- selenium-hub
environment:
- SE_EVENT_BUS_HOST=selenium-hub
- SE_EVENT_BUS_PUBLISH_PORT=4442
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
- SE_NODE_MAX_INSTANCES=1
- SE_NODE_MAX_SESSIONS=1
# - SE_NODE_SESSION_TIMEOUT=180

selenium-hub:
image: seleniarm/hub:latest
container_name: selenium-hub
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<selenium.java.version>4.18.1</selenium.java.version>
<testng.version>7.9.0</testng.version>
<webdrivermanager.version>5.6.3</webdrivermanager.version>
<webdrivermanager.version>5.7.0</webdrivermanager.version>
<commons-io.version>2.15.1</commons-io.version>
<log4jcore.version>2.20.0</log4jcore.version>
<log4japi.version>2.20.0</log4japi.version>
<log4jcore.version>2.23.1</log4jcore.version>
<log4japi.version>2.23.1</log4japi.version>
<orgjson.version>20240303</orgjson.version>
<seleniumdevtools.version>4.18.1</seleniumdevtools.version>
<lombok.version>1.18.32</lombok.version>
<datafaker.version>2.1.0</datafaker.version>
<maven-enforcer-plugin.version>3.4.1</maven-enforcer-plugin.version>
<maven.compiler.version>3.12.1</maven.compiler.version>
<maven.compiler.version>3.13.0</maven.compiler.version>
<surefire-version>3.2.5</surefire-version>
<java.release.version>17</java.release.version>
<maven.source.encoding>UTF-8</maven.source.encoding>
Expand All @@ -37,7 +37,7 @@
<sonar.java.libraries>target/classes/**</sonar.java.libraries>
<sonar.coverage.jacoco.xmlReportPaths>${project.basedir}/target/site/jacoco/jacoco.xml
</sonar.coverage.jacoco.xmlReportPaths>
<sonar.java.source>15</sonar.java.source>
<sonar.java.source>17</sonar.java.source>
<jacoco.version>0.8.11</jacoco.version>
<sonarjacocolistener.version>5.14.0.18788</sonarjacocolistener.version>
<sonarmavenplugin.version>3.10.0.2594</sonarmavenplugin.version>
Expand Down
2 changes: 1 addition & 1 deletion test-suite/testng.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<suite-file path="testng-saucedemo.xml"/>
<suite-file path="testng-theinternet.xml"/>
<suite-file path="testng-juice-shop.xml"/>
<suite-file path="testng-lambdatestecommerce.xml"/>
<suite-file path="testng-seleniumgrid-theinternet.xml"/>
<suite-file path="testng-lambdatest-selenium-playground.xml"/>
<!-- <suite-file path="testng-seleniumgrid-juiceshop.xml"/>-->
<!-- <suite-file path="testng-lambdatestecommerce.xml"/>-->
</suite-files>
</suite> <!-- Suite -->

0 comments on commit b032fe8

Please sign in to comment.