When running a test script that imports the browser experimental extension the test fails because the browser binary is not present in the image. As the browser is an experimental feature already integrated into k6, this should be supported by default.
Brief summary
When running a test script that imports the browser experimental extension the test fails because the browser binary is not present in the image. As the browser is an experimental feature already integrated into k6, this should be supported by default.
k6 version
0.46
xk6-dashboard version
v0.4.0
OS
Linux
Docker version and image (if applicable)
No response
Steps to reproduce the problem
Create this test script localy as
browser.js
Launch
k6x
image with the following command:Expected behaviour
The test runs successfully
Actual behaviour
Error message