k6 1.2.2 is a small patch release fixing a panic and two other smaller bugfixes.
Bug fixes
- #5067 fixes a panic on the deprecated
k6 login cloud
command. Thanks @indygriffiths for reporting it! - #5069 Fixes group order in end of test summary when scenarios are used.
- #5070 Adds nullish check to the new getByRole and add tests for other getBy* APIs nullish checks.