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
{{ message }}
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
Is there a way to manually set a test to FAILED or BROKEN?
For example, when there is a syntax error or initialization error, we want the test report to show BROKEN. Currently it always shows PASSED in these cases even if I try to set report.status member of the test instance to Status.BROKEN.
Our tests are written in javascript.
Commit: e929616
The text was updated successfully, but these errors were encountered:
Hello,
the JS library is not as supported as the Java since we work mostly in Java. Currently, we do not have the bandwith to look into this but will prioritize your problem as soon as possible.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there a way to manually set a test to FAILED or BROKEN?
For example, when there is a syntax error or initialization error, we want the test report to show BROKEN. Currently it always shows PASSED in these cases even if I try to set report.status member of the test instance to Status.BROKEN.
Our tests are written in javascript.
Commit: e929616
The text was updated successfully, but these errors were encountered: