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 Aug 16, 2020. It is now read-only.
Systems like Jenkins (or more specific, stuff like jstestnet or whatever it is called) need to be able to tell if the test passes, without necessarily caring about the details. A reporter hook of some kind would be helpful.
This might take the form of postMessage hook, or a <script> tag that gets injected or something that defines some specific functions that get called as part of the test.
The text was updated successfully, but these errors were encountered:
Systems like Jenkins (or more specific, stuff like jstestnet or whatever it is called) need to be able to tell if the test passes, without necessarily caring about the details. A reporter hook of some kind would be helpful.
This might take the form of
postMessage
hook, or a<script>
tag that gets injected or something that defines some specific functions that get called as part of the test.The text was updated successfully, but these errors were encountered: