Hey folks, been searching but with no success, so asking here.
I have some UI automation that my team wants to convert to k6 UI performance tests. They’re written using Playwright - Cucumber - Typescript, which is not supported by k6, and I saw something online that said to use the k6 browser recorder to capture the automation steps during execution.
Problem is that I have to manually start the recorder after the browser is launched, let the automation perform the steps, then stop the recorder before the automation closes the browser, and trying to start the recorder causes the automation to prematurely abort.
Is there some magic sauce I can use in my existing automation to enable the recording in the extension in each of the tabs (four tabs get opened, and each does actions in a separate site that interact in the backends) so that the recorded automation gets automatically saved?
Thanks!
Mike