You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: