-
Notifications
You must be signed in to change notification settings - Fork 924
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
Try using testNg using junit engine #5404
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5404 +/- ##
============================================
+ Coverage 73.81% 73.93% +0.11%
- Complexity 20471 20689 +218
============================================
Files 1777 1791 +14
Lines 75532 76335 +803
Branches 9629 9716 +87
============================================
+ Hits 55756 56435 +679
- Misses 15161 15283 +122
- Partials 4615 4617 +2 ☔ View full report in Codecov by Sentry. |
@@ -40,6 +40,7 @@ | |||
import reactor.core.publisher.Flux; | |||
|
|||
@Test | |||
@Ignore |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test hasn't been running until this PR, and it is failing. I've simply added an ignore tag for now.
Co-authored-by: Ikhun Um <ih.pert@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! 👍 👍 👍
Motivation:
junit-team/testng-engine#87 has been resolved which means that we don't need special handling for testNg
Modifications:
testng-engine
globallyResult: