Hi! We’re using k6 for tests at work within Azure pipelines. We’re using the browser module for authentication
I’m currently facing an issue where the browser module isn’t working in the pipeline. My question is how can I run k6 with the browser extension on the pipeline? What would be the right installation steps?
The pipeline runs on an Ubuntu VM with the latest version
Hi @shobhitsnagpal,
First of all, sorry for the big delay on the response, I lost track of this and never came back… until now!!
Have you seen the official docs about Using k6 browser? As it states: you need to install a Chromium-based browser on your machine (such as Google Chrome).
Alternatively, you could also use Docker (see Install k6), as we also provide a Docker image with the browser installed.
I hope that helps! Let me know if you’re still facing some issues.
Thanks! 
Hey, no worries at all. I had done some trial and error and got it working. I believe I switched to using Chromium itself if I remember correctly
Thank you so much 