Skip to content

Commit

Permalink
add selenium to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhoubk committed Jan 28, 2025
1 parent 33e5306 commit 3b645ca
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,19 @@ services:
volumes:
- artifacts:/opt/app/artifacts

selenium:
image: selenium/standalone-chrome:latest
ports:
- 4444:4444
- 7900:7900
platform: linux/amd64
networks:
default:
aliases:
- selenium.test
shm_size: 2g
volumes:
- ./tmp/selenium_downloads:/home/seluser/Downloads

volumes:
artifacts:

0 comments on commit 3b645ca

Please # to comment.