Marika Marszalkowski
Marika Marszalkowski
With flaky I mean that it is does not seem to be deterministic, sometimes it fails with the above error, sometimes it doesn't fail at all. I am currently investigating,...
@mikicho I cannot pinpoint what it is, but I found some aspects that I found surprising: 1. The more tests I run the more likely it seems that the tests...
Hey @mikicho, I was already using this version and it still has the same issue. However, I have good news: I was finally able to create a [reproducible example](https://stackblitz.com/edit/vitejs-vite-1mkyhb?file=test-sequencer.js) for...
A few more details that I found in the mean time: We had some tests, where we execute POST requests and prior to executing the actual POST we retrieved a...
Maybe to point this out as well: Apparently in the older versions of nock, it didn't matter whether a path included a trailing slash or not. Now it seems to...
I hope this doesn't count as spamming, but I found one more weird occurrence of this issue: Before e.g. POST requests we retrieve CSRF tokens with HEAD. In some cases...
Hey @mikicho, I fixed the typo in the file name. The example is already minimal to my knowledge. You need to run the tests sequentially with `jest --runInBand` to get...
Hey @uroslates, thank you for your contribution. We need to check how and if we can integrate your proposal and whether your approach fits our API. This will take us...
> Please take my comments with a grain of salt, since the code is so complicated and I don't understand much if any of it. Comments are only based on...
I have the same issue currently when using `@mswjs/interceptors` through `nock`. I am currently unable to produce a reproducible example, so it is very difficult to investigate this. Does anyone...