New TestNG-Annotations project #3249
Replies: 1 comment
-
|
Thanks for your message. Regarding the following point:
At this stage, we are not planning to add new features directly into TestNG itself. One of the main challenges is the limited availability of contributors with enough time to maintain core and additional functionality over the long term. On the contrary, our current direction is to move features into dedicated modules whenever possible, leveraging the existing code model rather than increasing the scope of the core project. Your approach with an external project aligns well with this strategy. We therefore recommend keeping it as a separate extension and adding it to the list of third-party extensions here: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'd like to invite everyone to check out my testng-annotations project.
You can import the dependency from Maven Central: https://central.sonatype.com/artifact/io.github.cpjust/testng-annotations/overview
It currently has annotations for:
As well as the following JUnit-like annotations:
Coming soon:
Other annotations I'm considering adding are:
@CustomAttribute) - Add extra meta-data to tests, to make available to tests.@Test(groups = ...)at class and method level).If anyone has any preferences about which new annotations they'd like to see first, let me know.
Also, I could use more people that are willing to do code reviews, since that's the biggest bottleneck I'm running into now. So if you have time to do reviews, let me know.
And for the TestNG maintainers, feel free to add any of my annotations directly into the main TestNG project (or maybe as a separate add-on dependency).
Beta Was this translation helpful? Give feedback.
All reactions