We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93acc07 commit 2f5669aCopy full SHA for 2f5669a
docker-compose.yml
@@ -7,7 +7,6 @@ services:
7
- "4444:4444" # Expose the hub port to our host machine
8
shm_size: '2g' # Add shared memory to prevent Chrome crashes
9
10
- # --- THIS IS THE MAGIC ---
11
# Docker will run this command inside the 'selenium' container
12
# until it returns success (exit code 0).
13
healthcheck:
@@ -24,9 +23,8 @@ services:
24
23
volumes:
25
- ./allure-results:/app/allure-results # Map results folder
26
27
- # --- THIS IS THE OTHER HALF OF THE MAGIC ---
28
# This tells 'tests' to NOT start until the 'selenium'
29
- # service's 'healthcheck' has passed. No more race conditions!
+ # service's 'healthcheck' has passed.
30
depends_on:
31
selenium:
32
condition: service_healthy
0 commit comments