Skip to content

Commit

Permalink
Updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
philipkcl committed Nov 23, 2023
1 parent efc1166 commit cf844f4
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ jobs:
- xpack.security.enabled: false
- transport.host: localhost
- discovery.type: single-node
- image: selenium/standalone-chrome:110.0
logging:
driver: none
volumes:
- /dev/shm:/dev/shm
shm_size: 4gb
ports:
- '4444:4444'
environment:
- SE_NODE_MAX_SESSIONS=100
- SE_NODE_OVERRIDE_MAX_SESSIONS=true
- SE_SESSION_REQUEST_TIMEOUT=400
- SE_SESSION_RETRY_INTERVAL=2

parallelism: 4

Expand Down Expand Up @@ -49,11 +62,11 @@ jobs:
command: |
cat 'docker/docker-compose.yml'
which docker-compose
- run:
name: Run docker for selenium tests
command: |
docker-compose -f docker/docker-compose.yml up -d
sleep 5
# - run:
# name: Run docker for selenium tests
# command: |
# docker-compose -f docker/docker-compose.yml up -d
# sleep 5
- run:
name: Run selenium tests
command: |
Expand Down

0 comments on commit cf844f4

Please sign in to comment.