-
-
Notifications
You must be signed in to change notification settings - Fork 15
Description
I was trying to use some templates, and was having some issues. I sorted that out by hardcoding out with a HashTable for now, but still only part of my test cases are populating results

Partial Workaround:
I was able to get this to re-build the list by clearing all of the test results

And then reloading the VSCode Window to re-trigger the discovery on the file.
My only idea is that at one point previously I had Stopped it Early while troubleshooting the templates - which is why it only showed 103 tests in the first Screenshot - but then in the full run there were well over 1800 considered

Wondering if it might have gotten to 103/103 tests and said "Well, that's it - I'm done!" even though the Pester scan was still running in the background, it just stopped processing the output from it