-
Notifications
You must be signed in to change notification settings - Fork 0
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
playwright bot not working with custom "test" fixture #22
Comments
Hi Artem, thanks for the feedback! Could you please help me reproduce this error? |
Sorry for the late response, have been busy with other things.
Thanks in advance for the help. |
Hi, sorry for the late response. |
Hey Noam,
I saw your issue in playwright forums when I was looking for a solution for our use case.
In short: I have been trying to sanitize our har files, so they wouldn't save sensitive information with routeFromHar method. It seemed to me that you already did all the heavy lifting with your package, and I was trying to implement it in our project. Unfortunately, I haven't been able to make it work yet: your package requires import of modified "test" fixture, to have access to advancedRouteFromHAR method, but when Im trying to run tests with your fixture, playwright bot just dont execute any actions, apart from navigating to a certain url.
Have you encountered this issue before? Perhaps you know how to fix it?
It looks like your package already has all the necessary functionality for us, and I wouldnt want to mess too much with playwrights source code just to make something similar in the end.
Best regards,
Artem L
The text was updated successfully, but these errors were encountered: