ngraf
ngraf
I also wondered why my entries are empty, even after I imported the the certs into my system. In the end after many hours of needless investigation I realized my...
I was also wondering why blacklisted URLs are not part of HAR. Given I want to test a sensitive request is fired And I added the pattern of sensitive request...
I think the reason is that `I.seeTraffic` returns true too early. A fix would be to turn this code in `seeTraffic` step of `Playwright` helper: ``` for (let i =...
I have the impression that after the fix the test of the post data is also broken. I think it is because of this not logical code in `Playwright` helper:...
> I got failed test not passed one 🤔 You have to execute `I.startRecordingTraffic` of course first. I forgot to add this in the code snippet because I implicitly expected...
I can confirm the fix from @ReneWerner87 worked for me. After applying the fix the Cloudflare page behind the login screen became 100% functional. It was not the case before...
I face the the same problem. I can't use "cypress-parallel" because of this. Is there any workaround? Update: A (rather dirty) workaround for me that worked is installing old library...