webrtc / KITE

KITE is a test engine designed to test WebRTC interoperability across browsers
Apache License 2.0
464 stars 125 forks source link

How to manually set a test report status to FAILED or BROKEN #158

Open ldttmt opened 3 years ago

ldttmt commented 3 years ago

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: e9296165cd24bea92cddb59f2bf211c99f764d58

A-nguyenv commented 3 years ago

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.