-
Notifications
You must be signed in to change notification settings - Fork 4
Command line arguments to include/exclude suites and tags #6
Comments
What specific excludes/includes do you need? Assembly level? Type level? What about tags/categories and wildcards? |
Tags, for example: Usage: |
I actually implemented that once, but removed it for some reason that I don't know anymore ) Here is the draft:
Please let me know what you think about that. |
Looks good for me! Is cleaner than the options of the MSpec runner. |
Can't find the draft for this, only for #7 |
That was an issue-only draft 😁 I can implement this until next week probably. |
Hi,
I think your program is really what we need, but to make use of it we require the same options that MSpec provides:
--exclude
--include
I don't know if you want to support this since I don't know if every supported Testing Framework has these options. If you don't, I could provide an adapted version with support of this only for MSpec. I've already forked the current version but I didn't find the necessary entry points in the hurry.
Could you tell me if you would support this or otherwise if you would help me to develop a dedicated fork for this.
The text was updated successfully, but these errors were encountered: