Correlation rules not appearing in generated script

Hello

I am new to K6 and working on using studio to generate the first version of the scripts before I customize them.

I have the issue that correlation rules I add (which appear in the Generator requests tab UI) do not get generated into the script itself. If I add custom code I see that gets added to the script

Thanks in advance for any suggestions

Hi there!
Could you share which k6 Studio version are you using and if it doesn’t contain private information would it be possible for you to share the HAR file of the recording ? :thinking:

Hi!

I’m using 1.11.0, the docs says it auto updates to the latest?

Unfortunately the HAR file contains info that I can’t sure :frowning:

Chris

Hi

I figured it out.

So the bug is that the url I was filtering on was /dashboard which appeared in the UI and showed as matching.

However it didn’t appear in the script as the dashboard was visited as a 302 redirect returned from the /login URL.

the UI showed it as working, but then script generating it couldn’t find /dashboard and skipped it.

Thanks

Chris

ah I see! I was confused because we have fixed that issue but it’s actually not yet released :slight_smile:
The correlation should correctly work from the next version of the application, sorry for that!

1 Like