-
-
Notifications
You must be signed in to change notification settings - Fork 397
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
No Tests Found by ZeroCodeUnitRunner #576
Comments
Are @suite and SelectPackages respected by ZeroCodeUnitRunner?? Also using the annotation @RunWith(ZeroCodeUnitRunner.class) really needed as in JUnit 5 @RunWith is replaced with extendswith etc.. can use of @LoadWith annotation default pick up the zerocode respective runner Can you pl. share your insights.. |
Hello @nagkumar , JUnit5:
JUnit4:
|
Tried looking at Junit5 it says @RunWith(JUnitPlatform.class), JUnitPlatform is no more valid instead @suite us used, can you pl. consider to fix the code, as when I tried to use @suite it still did not work.. Also, examples can be further simplified as Extension Annotation is different than running perftests of normal unit tests.. That way not using ExtendsWith can be better for others can easily understand, |
Can i work on it? |
I was unable to adopt zerocode for performance testing of suite for now.. hence looking for some simple solution through zerocode. |
Hello @sawilkhan , yes please. Thanks for your interest. The following might help for the purpose of visibility. Can you outline some points what changes you are going to make for this here? Problem 1: Fix/Solution: Problem 2: Fix/Solution: Date: @nagkumar , can you explain the problem step by step,
|
Can you try this helloworld-examples-try-at-home ? and next, try-at-home-examples(load testing) ? |
this is my code.. i.e. I want junit suite to be run as load tests.. but gives no tests found, while if I use junit 5 launcher instead of ZeroCodeUnitRunner, it does test 188+ tests
The text was updated successfully, but these errors were encountered: