pester / vscode-adapter

Run PowerShell Pester Tests with Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explore Potentially using Last property of a testresult to close out the pending on a context/describe/file

JustinGrote opened this issue · comments

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.