Hi everyone,
Let’s say I have a situation where the application I am testing is at times tending to change in how many Protocol/AJAX request there are in a new release.
Sometimes the application would have 5 ajax requests that is captured during recording but a new release it might have +5 or -2 for example.
Is there a way/plugins to go about automating the process of making these scripts less flaky, diffing new recordings of HAR through K6 Studio or any plugins?
Any other suggestions would help about how to go about maintaining these scripts in new releases, it seems to include a ton of manual time to do this for an increasing test suite/cases