Replies: 1 comment
-
can u share a repro |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Guys,
I have some integration test running for my asp.net core web api. I am using xUnit and have some collections (so, some tests run in parallel and others run in sequence). My main issue is that when running multiple tests I only get the http recording working for the first test no matter where I put the Recording.Start() call (I mean, even if I use it inside every test). Any known issue or hint about this?
Thanks in advance.
Adrian.
Beta Was this translation helpful? Give feedback.
All reactions