There is a Last property on a test result that is marked true if it is the last test in a particular block.
Currently the "Queued" property on each test header doesn't resolve until the entire test run is completed. It may be possible that, upon encountering Last as true, to go to the parent and mark it as complete.
There is a
Last
property on a test result that is marked true if it is the last test in a particular block.Currently the "Queued" property on each test header doesn't resolve until the entire test run is completed. It may be possible that, upon encountering
Last
as true, to go to the parent and mark it as complete.