Can I set test failure thresholds?
You can use the error_if
and warn_if
configs to set custom failure thresholds in your tests. For more details, see reference for more information.
You can also try the following solutions:
- Setting the severity to
warn
, or: - Writing a custom generic test that accepts a threshold argument (example)
0