Skip to content

Releases: grafana/k6-studio

v0.4.0

18 Oct 15:47
a911d81
Compare
Choose a tag to compare

k6 Studio v0.4.0 is here!

New features

App settings

We added a Settings dialog where you can configure Recorder and Proxy. Expect more settings to appear there in future.

Recorder settings

It is now possible to provide the path to the Chrome executable instead of letting k6 Studio find it automatically.

Proxy settings

Set a custom proxy port and control whether k6 Studio should try to find an available port if the proxy port is in use. Choose between regular and upstream mode, allowing you to record through a third-party proxy.

Top-level error boundary

If the app crashes unexpectedly, an error component will be displayed allowing you to restart the app.

Bug fixes

  • Fix invalid regex in Begin/End crashes k6 Studio
  • Remove WebSocket requests from recording

v0.3.0

11 Oct 15:27
6bd25b5
Compare
Choose a tag to compare

k6 Studio v0.3.0 is here! 🎉

New features

Persisting application logs

To help with troubleshooting issues, k6 Studio now persists error logs to disk. The error log file can be accessed through the UI, allowing users to easily retrieve it.

Bug fixes

  • Fix application window not being restored from the dock on macOS after closing it

v0.2.1

04 Oct 13:52
9e5386b
Compare
Choose a tag to compare

k6 Studio v0.2.1 is a patch release that improves handling of redirects from the recording.

Summary

When generating a script from a recording that included redirects all the requests from that redirect to the final one in the chain would generate a request that was not needed because k6 itself handles redirect chains.
With this update only the first request is actually generated in the script and when using the verification rule to add checks, it will now correctly try to check the status code of the final response in the chain.

Bug fixes

  • Fix extra requests generated when the recording would contain a redirection chain
  • Fix recording verification rule adding checks for status code 302 on redirect

v0.2.0

27 Sep 14:08
3e05015
Compare
Choose a tag to compare

k6 Studio v0.2.0 is here! 🎉

New features

Enable auto updates

You'll now be prompted to install a new version of the app if it's available, or keep working with the current one.
This will make it easier to receive new features and bug fixes going forward.

Bug fixes

  • Fix requests showing up as static files in the validator when query parameters would end with a static file name
  • Fix correlated requests so that they can now be inspected in the Rule preview pane
  • Fix main window not maximizing after closing the splashscreen
  • Fix installer icons on Windows and macOS

v0.1.1

25 Sep 01:43
26ee29a
Compare
Choose a tag to compare

🍪 Fixed a bug that would happen when generating multipart/form-data code with a correlated value

v0.1.0

24 Sep 14:49
951b04c
Compare
Choose a tag to compare

🎉 🎉 🎉 Experimental release of k6 Studio 🎉 🎉 🎉

This is our first and experimental release of k6 Studio! As announced at ObservabilityCON 2024!

With k6 Studio, you can quickly record a user flow in a browser, generate and inspect a HAR recording, customize your test script using predefined or custom rules, and test and debug your script to ensure it's working as expected.

Thanks to the wonderful team for this release 🙌

🍪 🍕