Hi,
when querying a test run via the api, one get the information about the current status of passed, failed and untested tests.
Is there any way to retrieve this information for a snapshot of a given time ? Like “what was the status yesterday” (like JIRAs -1d filter) ? It seems that one can only filter with created_before and created_after, but this returns me the tests in that time, but not there status at this time.
Thanks