You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer of the GenHTTP web server, I would like to know why the server responds with unexpected status codes in some test runs (aka flaky tests), so I can make the stable again.
where AssertStatus is an extension method situated in the acceptance testing project which will print the request body in case of an unexpected status.
Acceptance criteria
All places have been changed to the new mechanism
The mechanism uses the preferred way to print the response content so it can be seen both in the test explorer as well as in the CI build
The text was updated successfully, but these errors were encountered:
As a developer of the GenHTTP web server, I would like to know why the server responds with unexpected status codes in some test runs (aka flaky tests), so I can make the stable again.
Example
Instead of ...
do something like:
where
AssertStatus
is an extension method situated in the acceptance testing project which will print the request body in case of an unexpected status.Acceptance criteria
The text was updated successfully, but these errors were encountered: