Hi Team,
I already using the k6 protocol level test for the last couple of months, now I’m planning for a Hybrid approach to run Browser automation along with the HTTP protocol test.
-
Currently I’m running a Protocol level test on Jenkins Slave or AWS CodeBuild based on the situation. if I run the test on headless mode, Is it required to install Chrome binary on those slave hosts, Or need to set any options on AWS CodeBuild?
-
Currently running the test with
docker run -i grafana/k6 run --out influxdb=… - <script.js
Is it required to pass additional parameters like below?
docker run K6_BROWSER_ENABLED=true -i grafana/k6 run --out influxdb=… - <script.js