Xray-App / xray-junit-extensions

Enhanced JUnit 5 integration with Xray Test Management for Jira
Eclipse Public License 2.0
16 stars 8 forks source link

fix #33 by supporting the name attribute on ParameterizedTest annotation #34

Open bitcoder opened 1 year ago

bitcoder commented 1 year ago

Add a preliminary fix to support parameterized tests annotated with a custom name @ParameterizedTest(name="...")

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 4 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

bitcoder commented 1 year ago

TO DO: see https://junit.org/junit5/docs/5.9.3/release-notes/

rfelgent commented 10 months ago

@bitcoder are you still blocked ?