Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 415 Bytes

DISTRIBITED_RUN.md

File metadata and controls

12 lines (12 loc) · 415 Bytes

Build Docker image

To build docker image with wrapped k6-playwright executable execute:

docker build -f Dockerfile-distributed -t k6-pw-distributed:latest .

Docker image usage

From local machine

Navigate to folder with k6-playwright spec files.
To execute specific spec file run:

docker run -it -v $(pwd):/home/k6/scripts k6-pw-distributed:latest run scripts/<spec-name>.js