Skip to content
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

Running Request with return code 400 don't run tests #177

Closed
mirkogolze opened this issue Aug 29, 2023 · 4 comments
Closed

Running Request with return code 400 don't run tests #177

mirkogolze opened this issue Aug 29, 2023 · 4 comments

Comments

@mirkogolze
Copy link
Contributor

When I have a request answering with return code 400, the request fails an no tests run.
Now when my test case is exactly this, I can't check the content of the response returned by the server.
E.g. to check the delivered error codes.

So every running request should invoke the assertions and tests and post response scripts.

@helloanoop
Copy link
Contributor

helloanoop commented Aug 31, 2023

@mirkogolze This issue has been fixed in v0.13.0 and is available for Windows and Linux

This issue has been fixed in v0.13.0 and is available for Windows and Linux. Please go to downloads to get the latest version

Note:

The latest update, version 0.13.0, is now accessible for Windows and Linux users. Unfortunately, Mac builds are facing a delay due to notarization issues. As of now, the most recent Mac build available is version 0.12.2. The notarization challenges are expected to be resolved by September 15th, 2023.

@mirkogolze
Copy link
Contributor Author

Hi,

I tried that out. Now the tests are running correct. But the following requests are not executed.
I have a folder with four requests and the third is delivering a 400. The test is executed, but the forth request does not run anymore. When I change the sequence of the requests so that the 400 request is the last one, the all tests run.

@helloanoop
Copy link
Contributor

Thanks @mirkogolze
I just fixed this issue and a patch fix has been released 0.13.1

Please download the latest version

@mirkogolze
Copy link
Contributor Author

Thank. It is working now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants