Skip to content

Commit

Permalink
Update selenium
Browse files Browse the repository at this point in the history
  • Loading branch information
marein committed Oct 22, 2023
1 parent 8f273ef commit 10ca03c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,11 @@ services:
# CI helper #
##############################
selenium:
image: selenium/standalone-chrome:3.14
image: selenium/standalone-chrome:4.11
environment:
SE_NODE_MAX_SESSIONS: 20
SE_NODE_OVERRIDE_MAX_SESSIONS: 'true'
shm_size: '2gb'
php:
build:
context: .
Expand Down
2 changes: 1 addition & 1 deletion project
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ acceptance() {

docker-compose -f docker-compose.ci.yml -p php-gaming-website-ci build --pull
docker-compose -f docker-compose.ci.yml -p php-gaming-website-ci up -d
docker-compose -f docker-compose.ci.yml -p php-gaming-website-ci run php bash -c 'wait-for-tcp-server php-fpm:80 120 && vendor/bin/codecept run acceptance'
docker-compose -f docker-compose.ci.yml -p php-gaming-website-ci run php bash -c 'wait-for-tcp-server php-fpm:80,selenium:4444 120 && vendor/bin/codecept run acceptance'
docker-compose -f docker-compose.ci.yml -p php-gaming-website-ci down -v
}

Expand Down

0 comments on commit 10ca03c

Please sign in to comment.