You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide a new error message telling users to install Chromium to run browser tests on their system.
Why?
When users don't provide an executable path, or we can't find one, we say: "exec: no command", which can confuse most users (including me!). For instance, the following error says: "no command at browserFunction", which is hard to guess what's happening.
error building browser on IterStart: launching browser: exec: no command at browserFunction (file:///github/workspace/test.js:28:7(0))
Instead, we can say:
error building browser on IterStart: launching browser: chromium is not installed on this system at browserFunction (file:///github/workspace/test.js:28:7(0))
Tasks
The content you are editing has changed. Please copy your edits and refresh the page.
Keeping the expected error message to contain a minimal part of the
error so that if we change the error again, this test won't bail.
Related: grafana/xk6-browser#1136
Keeping the expected error message to contain a minimal part of the
error so that if we change the error again, this test won't bail.
Related: grafana/xk6-browser#1136
What?
Provide a new error message telling users to install Chromium to run browser tests on their system.
Why?
When users don't provide an executable path, or we can't find one, we say:
"exec: no command"
, which can confuse most users (including me!). For instance, the following error says: "no command at browserFunction", which is hard to guess what's happening.Instead, we can say:
Tasks
Tasks
Related PR(s)/Issue(s)
https://community.grafana.com/t/k6-browser-github-action-error-building-browser-no-command/109937
The text was updated successfully, but these errors were encountered: