-
Notifications
You must be signed in to change notification settings - Fork 231
k6 Studio, add page for browser recording feature #1934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
I'll need to update the screenshot on the Recorder page as well, but I'd like to have the release for it. 🤓 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a couple of suggestions, but all in all it looks good.
|
||
After you save your script, you can view it under the **Scripts** section. Refer to [Using k6 browser](https://grafana.com/docs/k6/latest/using-k6-browser/) for more details on how to customize your browser test script. | ||
|
||
## Disable browser events |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are able to disable the entire feature, including related UI elements in k6 Studio, by going in to "Settings -> Recorder". I'm not sure if it's worth mentioning here though, because it's sort of an escape hatch if something goes really bad.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mhm. Is there an intended use case for using the Settings option, other than if something goes really bad?
Co-authored-by: Johan Suleiko Allansson <[email protected]>
What?
Add a new page explaining how to use the browser recording feature.
Checklist
npm start
command locally and verified that the changes look good.