-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose all HAR "entry" fields in each corresponding Task2 instance #35
Comments
Hey @xinke2411, have you seen our blacklisting mechanism? Using it you can define which HAR entries should be ignored when translating to Locustfile. Can you try it out and see whether it solves your use case? |
@tortila Thanks for your suggestion. This is part of HAR content is i recorded from chrome developer tools, some requests has attribute
|
Thank you for clarification, I think it's a valid concern. Until it's fixed on the Transformer side, what you can do to work around it is to start recording in a browser without any cookies, e.g. "Guest window" in Chrome. |
As discussed together with @tortila, our current understanding is:
|
I will take the liberty of renaming this issue to better reflect the work that needs to be done. Feel free to edit too. |
Hey @xinke2411, new version of Transformer: 1.1.2 was just published and it should contain the changes you requested. Here's a relevant piece of the documentation: https://transformer.readthedocs.io/en/latest/dev.html#transformer.request.Request.har_entry. Let us know if you spot any issues with that or anything else in the project. Happy coding 🤓 |
Add plugin to filter entries in HAR files
Save HAR from chrome will save all requests to HAR.
Sometimes locustfile is not necessary include static files requests(js, css) and cached requests, add plugin to allow user filter entries.
The text was updated successfully, but these errors were encountered: