Skip to content

Commit

Permalink
Remove K6_BROWSER_ENABLED env var from Dockerfile
Browse files Browse the repository at this point in the history
This environment variable is no longer needed in order to run browser
tests.
  • Loading branch information
ka3de committed Aug 7, 2023
1 parent 365ac19 commit 85af866
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ USER k6
ENV CHROME_BIN=/usr/bin/chromium-browser
ENV CHROME_PATH=/usr/lib/chromium/

ENV K6_BROWSER_ENABLED=true
ENV K6_BROWSER_HEADLESS=true

ENTRYPOINT ["k6"]

0 comments on commit 85af866

Please sign in to comment.