Results 6 comments of Yonatan Naftali

The solution I implemented provides the following notification for example: ![image](https://user-images.githubusercontent.com/57040227/147949032-7cf19e1c-027a-4136-a081-79a9aa3cfbc0.png) I tried using cypress-expect with the command: `npx cypress-expect run --passing 0 --failing 0 --pending 0 --env grepUntagged=true`, but...

I don't see how --min-passing can help me here, but in any case, I tried running `npx cypress-expect run --min-passing 0 --env grepUntagged=true` and the run still ended immediately. I...

The use case is this: I want all of my tests to be tagged so that I can control and balance the different groups when running them in parallel. If...

> I added support for finding tests with dynamic names and tags in [bahmutov/find-test-names@9715add](https://github.com/bahmutov/find-test-names/commit/9715add67a9e4348a5c36e1beec79f0fc142f625) If anyone wants to open a PR to upgrade this dependency here, it would be nice...

@baffalop Have you figured a way to bypass it?