K6 operator doesn't support browser module

Hi @zzhao2022 and @bandorko

I also thought to add a custom docker image to the file, but found out that it is not needed.
Instead I added a k6 grafana image with browser

runner:
    image: grafana/k6:latest-with-browser

to the yaml file. That made it possible to run my k6 browser tests with k6 worker.

2 Likes