-
Notifications
You must be signed in to change notification settings - Fork 53
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
Usage with other Xunit.TestFrameworks #103
Comments
Integrate with other XunitTestFrameworks is complicated. Could you provide the package name? I will try to find the solution as much as possible. |
@pengweiqhca Thanks a lot for the response, it is either LightBDD or BDDfy |
@pengweiqhca I use this package in our framework. But now, I also want to use |
@tkeerthivel |
@pengweiqhca It needed to work with |
Is your feature request related to a problem? Please describe.
Yes, the issue is, this library solves a real problem, and therefore it is very useful.
However, since it has its own XunitTestFramework and that type is sealed, it is very much impossible to use it along with another custom XunitFramework for solving another important problem, eg: writing BDD style tests in Xunit
Describe the solution you'd like
Could you please suggest a consistent way in which we can mix and match other XunitTestFrameworks? Maybe, the XunitTestFramework implementation in this library is not sealed so that we can create another framework implementation by inheriting from that?
Describe alternatives you've considered
I cannot see any other solution at the moment
The text was updated successfully, but these errors were encountered: