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

Try using testNg using junit engine #5404

Merged
merged 6 commits into from
Jan 29, 2024
Merged

Conversation

jrhee17
Copy link
Contributor

@jrhee17 jrhee17 commented Jan 24, 2024

Motivation:

junit-team/testng-engine#87 has been resolved which means that we don't need special handling for testNg

Modifications:

  • Removed special logic for testNg
  • Added junit's testng-engine globally

Result:

  • Cleaner gradle script

Copy link

codecov bot commented Jan 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (16455d9) 73.81% compared to head (bd6eb2e) 73.93%.
Report is 5 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@jrhee17 jrhee17 marked this pull request as ready for review January 25, 2024 09:05
@@ -40,6 +40,7 @@
import reactor.core.publisher.Flux;

@Test
@Ignore
Copy link
Contributor Author

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.

core/build.gradle Outdated Show resolved Hide resolved
Co-authored-by: Ikhun Um <ih.pert@gmail.com>
Copy link
Contributor

@ikhoon ikhoon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link
Contributor

@minwoox minwoox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! 👍 👍 👍

@minwoox minwoox merged commit 67869a5 into line:main Jan 29, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants