You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add environment variables which override the following compose flags:
clean, allow_clean_on_panic, logs_on_panic.
The used format for the variables is COMPOSE_$FLAG_NAME_CAPS, eg:
COMPOSE_LOGS_ON_PANIC
This should facilitate debugging the tests locally, without having to
modify the test code...
0 commit comments