patrol
patrol copied to clipboard
Accept glob pattern in `--target` and `--exclude` in Patrol CLI
Use case
I want to run test targets or exclude basing on glob patterns
Proposal
patrol test -t integration_test/*e2e_test.dart to run all my e2e tests.
Is this still needed if we have tags support? @fylyppo