Skip to content
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

testNG support #95

Open
msasa opened this issue Oct 18, 2013 · 1 comment
Open

testNG support #95

msasa opened this issue Oct 18, 2013 · 1 comment

Comments

@msasa
Copy link

msasa commented Oct 18, 2013

I am trying Jnario with eclipse and I am amazed. The only downfall to me is that it couldn't be configured to use testNG instead of jUnit framework.

Some things can be corrected manually (@test annotation can be used from testNG framework) but others couldn't ( e.g. @RunWith and @ignore annotations are not supported in testNG ).

Please look into this for future versions.

@sebastianbenz
Copy link
Owner

It should be fairly easy to also support testNG, as the test runtime is pluggable. The only thing which is required is a mapping of the Jnario execution model to the testNG runtime. However, I don't have any personal experience with testNG, so it would be great if you could provide an example implementation how one would execute specs & features in testNG.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants