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