-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for filtering the tests by trait or trait extensions #3
Comments
Hello, Any update on this? I think it's not so difficult to support the command line arguments in this plugin. Will you accept my pull request if I add that feature? |
Hi, |
@carlpett Sorry. I didn't get the notification either. This feature supports in both version but a bit different syntax. I will probably do a pull request this weekend. Thanks! |
Is there any progress on this or plans to include this feature? The plugin is great, but we really miss the option to exclude tests by category. Our integration tests should only run during nightly builds and not during each integration build. |
@cdanne: I'm working on releasing v1.1, which contains an overhaul of the way different xUnit versions are handled. With that out of the way, it should be fairly easy to add traits as well. |
@carlpett: Thanks for the update, sounds great! So we'll keep our current "xUnit + TeamCity" configuration for integrations tests as well and are looking forward to the upcoming versions! |
@carlpett Just to keep you motivated working on this plugin: We are still really looking forward to support for traits ;) |
@cdanne I've been stalling a bit both due to high workload, but I see that xUnit 2.2 has just shipped as well, so a update of the plugin is really in order. I'll see what I can do over the coming few days! |
@carlpett Thanks for the quick response! I'm glad to hear you're still planning to integrate that feature and I am really looking forward to it! |
This is partially supported with the ability to send commandline parameters to xUnit in the new version 1.2 of the plugin. I would like to support it with a better interaction though, so I'm not closing this just yet. I hope to make this better with the next release, 1.3. |
Thanks for the update and the new feature! We'll give the command line parameters a try then. |
Hello,
Is there any plan to support on trail filtering or trail extensions filtering?
Normally, we can run the specific set of tests by using "/-trait "Category=database"" option. I like to do the same with this xUnit team city plugin as well.
Thanks!
The text was updated successfully, but these errors were encountered: