Skip to content

Commit

Permalink
chnages
Browse files Browse the repository at this point in the history
  • Loading branch information
thananauto committed Dec 22, 2023
1 parent 18fcae8 commit 286e37d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
- ./output:/app/target
networks:
- grid
command: "mvn test"
command: "test"
links:
- "selenium-hub:selenium-hub"
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/runner.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ selenide.pageLoadTimeout=30000
selenide.downloadsFolder=target/downloads
selenide.savePageSource=false
selenide.takescreenshots=false
selenide.remoteUrl=http://localhost:4444
selenide.remoteUrl=http://selenium-hub:4444
influx.db.url=https://8086-port-4519883a3d714059.labs.kodekloud.com/

#application properties
Expand Down

0 comments on commit 286e37d

Please sign in to comment.