Daily Usage Issues

How to pin testB when testA is currently showing coverage?

Started by GreenMoose on 2,391 views

[v3.23.0.10]

I would like to pin test A, which covered but grayed out (due to coverage filtering). Is that possible somehow?

Background: I have engine mode "run pinned tests only" and while I am troubleshooting some code based on coverage for test A, I would like to pin test B so that is executed as well, without having to reset current coverage filter.


Thanks.
Hi, thanks for sharing this. The intention here is that the test entry points should still be active when filter the coverage, so you can still work with the other tests inline. I've just checked this and apparently this isn't the case - the code just hides all the entry points when you filter the coverage.

I've noted this down to be fixed.

Post a reply

Log in to reply.