You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am currently working with "har-to-k6" and it is a great tool that has helped me a lot. However, I would like to suggest a feature that I think could be a useful addition for many users.
Feature Description:
It would be very helpful to be able to include a list of user-defined parameters in the converter, which are automatically replaced by a regex during the creation of the k6 script.
The idea is that as soon as a response comes from the website and has a match with the user defined parameter, this should be remembered. All other values that are the same in a response should be replaced by the variable saml_request_1. If there is another match, the same should happen, but with a different key --> saml_request_2, saml_request_3, ...
Best Regards Achim
The text was updated successfully, but these errors were encountered:
Hey all
i am currently working with "har-to-k6" and it is a great tool that has helped me a lot. However, I would like to suggest a feature that I think could be a useful addition for many users.
Feature Description:
It would be very helpful to be able to include a list of user-defined parameters in the converter, which are automatically replaced by a regex during the creation of the k6 script.
The idea is that as soon as a response comes from the website and has a match with the user defined parameter, this should be remembered. All other values that are the same in a response should be replaced by the variable
saml_request_1
. If there is another match, the same should happen, but with a different key -->saml_request_2
,saml_request_3
, ...Best Regards Achim
The text was updated successfully, but these errors were encountered: