-
Notifications
You must be signed in to change notification settings - Fork 238
Feat/testng 7 support #1232
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
base: main
Are you sure you want to change the base?
Feat/testng 7 support #1232
Conversation
…method in TestNG 7
Updated the TestNG dependency from version 7.10.2 to 7.11.0 in the allure-testng-7 module to use the latest features and fixes.
…pdated to match TestNG 7 behavior
Changed the Java release version from 8 to 11 in the Gradle build configuration to ensure compatibility with Java 11 features and libraries.
Changed the Java compiler release version from 11 to 8 in build.gradle.kts to ensure compatibility with Java 8 environments.
|
@baev please share Your thoughts :) |
|
Great job 👍 Maybe it’s time to drop support for TestNG < 7? It was released on 20 Aug 2019, so I think we’ve given users plenty of time to migrate 😄 |
|
I would be happy to see that happen. |
|
So, just to be sure, are You suggesting simply upgrading the existing project instead of creating a new one? |
|
@baev I hope that's what You meant 😅 |
|
@baflQA yes, all good! Could you please fix the build? |
|
Done |
Add TestNG 7 integration (allure-testng7)
Context
This PR introduces a new module,
allure-testng-7, designed to support TestNG 7. It was created by copying the existingallure-testngmodule and updating it to be compatible with TestNG 7.11.0.Key changes:
allure-testng-7module.build.gradle.ktsto use TestNG 7.11.0.io.qameta.allure.testng7to avoid classpath conflicts with the existingallure-testngmodule (which supports TestNG 6).settings.gradle.kts.Checklist