k6 Studio v1.2.0
is here!
Features
Browser recording (Preview)
Browser interactions, such as button clicks, input values changes, and navigation events are now recorded by default. Use the new in-browser controls to inspect elements, add text assertions, and view the recorded events. Once the recording is finished, you can generate a k6 browser test.
Pre-select hosts and filter out third-party requests
The host selection dialog automatically pre-selects the first-used host and groups third-party hosts in a separate section at the bottom, making it easier to select the right hosts and exclude potentially unwanted third-party requests.
Payload preview
Raw request payload is available for inspection, similarly to raw
response body
Bug Fixes
- Cursor is inconsistent across different buttons (#698) (ea120ac)
- Preview payload when correlating numeric properties (#671) (ae4c428)
- Replace falsy values with json selector (#666) (c6cd3f2)
- Resolving script error switches focus to script preview (1c343ce)
- Validator run is available when proxy is offline (#660) (82e7ffa)