Is there a way to get a list of all tests with pending status using the REST API?
Somewhat related: Is there a way to abort all pending tests?
Is there a way to get a list of all tests with pending status using the REST API?
Somewhat related: Is there a way to abort all pending tests?
If you nuke all of the files in work/Jobs it will kill all of the pending tests (or you can do it for a specific location). It’s not available through the API though, just directly on the server.
could be a good opportunity to contribute.