JGiven
JGiven copied to clipboard
Update dependency org.testng:testng to v7.6.1
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
org.testng:testng (source) | 7.5 -> 7.6.1 |
Release Notes
cbeust/testng
v7.6.1
This is a bug fix release and just includes 1 bug fix in it.
What's Changed
- Fix Files.copy() such that parent dirs are created by @krmahadevan in https://github.com/cbeust/testng/pull/2764
- Remove deprecated utility methods by @krmahadevan in https://github.com/cbeust/testng/pull/2762
- Fix typos by @asolntsev in https://github.com/cbeust/testng/pull/2772
Full Changelog: https://github.com/cbeust/testng/compare/7.6.0...7.6.1
v7.6.0
What's Changed
- Remove redundant Parameter implementation by @krmahadevan in https://github.com/cbeust/testng/pull/2706
- Upgrade to JDK11 by @krmahadevan in https://github.com/cbeust/testng/pull/2705
- Move SimpleBaseTest to be Kotlin based by @krmahadevan in https://github.com/cbeust/testng/pull/2703
- Restore testnames when using suites in suite. by @martinaldrin in https://github.com/cbeust/testng/pull/2712
- Moving ClassHelperTests into Kotlin by @krmahadevan in https://github.com/cbeust/testng/pull/2716
- IHookable and IConfigurable callback discrepancy by @krmahadevan in https://github.com/cbeust/testng/pull/2713
- Minor refactoring by @krmahadevan in https://github.com/cbeust/testng/pull/2718
- Add additional condition for assertEqualsNoOrder by @Dymitriux in https://github.com/cbeust/testng/pull/2723
- beforeConfiguration() listener method should be invoked for skipped configurations as well by @bj-9527 in https://github.com/cbeust/testng/pull/2732
- #2734 keep the initial order of listeners by @asolntsev in https://github.com/cbeust/testng/pull/2737
- SuiteRunner could not be initial by default Configuration by @bj-9527 in https://github.com/cbeust/testng/pull/2744
- Enable Dataprovider failures to be considered. by @krmahadevan in https://github.com/cbeust/testng/pull/2748
- BeforeGroups should run before any matched test by @velma in https://github.com/cbeust/testng/pull/2749
- Fix possible StringIndexOutOfBoundsException exception in XmlReporter by @velma in https://github.com/cbeust/testng/pull/2750
- DataProvider: possibility to unload dataprovider class, when done with it by @dsankouski in https://github.com/cbeust/testng/pull/2739
- fix possibilty that AfterGroups method is invoked before all tests by @velma in https://github.com/cbeust/testng/pull/2753
- fix equals implementation for WrappedTestNGMethod by @velma in https://github.com/cbeust/testng/pull/2755
- Upgrade dependencies, Upgrade to JDK17 by @hduerkop in https://github.com/cbeust/testng/pull/2747
- Wire-In listeners consistently by @krmahadevan in https://github.com/cbeust/testng/pull/2756
- Streamline AfterClass invocation by @krmahadevan in https://github.com/cbeust/testng/pull/2757
- Show FQMN for tests in console by @krmahadevan in https://github.com/cbeust/testng/pull/2758
- Fix 2725 by @krmahadevan in https://github.com/cbeust/testng/pull/2759
New Contributors
- @Dymitriux made their first contribution in https://github.com/cbeust/testng/pull/2723
- @asolntsev made their first contribution in https://github.com/cbeust/testng/pull/2737
- @velma made their first contribution in https://github.com/cbeust/testng/pull/2749
- @hduerkop made their first contribution in https://github.com/cbeust/testng/pull/2747
Full Changelog: https://github.com/cbeust/testng/compare/7.5...7.6.0
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled due to failing status checks.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
requires Java 11
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above.
⚠ Warning: custom changes will be lost.