Changelog
*Sourced from [testng's changelog](https://github.com/cbeust/testng/blob/master/CHANGES.txt).*
> 6.14.3
> Fixed: GITHUB-1077: TestNG cannot handle load (Aheiss)
> Fixed: GITHUB-1081: group-by-instances with test dependencies causes instantiation of tests to exponentially slow (Aheiss)
> Fixed: GITHUB-1700: Test ignored if [@BeforeMethod](https://github.com/BeforeMethod) in base class fails for another test class (Krishnan Mahadevan)
> Fixed: GITHUB-1694: [@BeforeGroups](https://github.com/BeforeGroups) executed multiple times when tests run in parallel, once if not parallel (Krishnan Mahadevan)
> Fixed: GITHUB-1688: [@Ignore](https://github.com/Ignore) annotation on base class doesn't ignore tests in child classes (Krishnan Mahadevan)
> Fixed: GITHUB-1687: NullPointerException is thrown when beanshell evaluates to null (Krishnan Mahadevan)
>
> 6.14.2
> Fixed: GITHUB-1674: beanshell methodselector applied at suite level is ignored (Krishnan Mahadevan)
> Fixed: GITHUB-1668: "Invalid Method Selector" exception triggered when using suite level beanshell methodselectors (Krishnan Mahadevan)
> Fixed: GITHUB-1659: New line characters are removed from stack traces in testng-results.xml (Krishnan Mahadevan)
> Fixed: GITHUB-1503: Consider adding a -n (no execute) option (Krishnan Mahadevan)
> Fixed: GITHUB-1648: Depends on method is not respected on the sequential run on second test that extends same base testClass (Krishnan Mahadevan)
> Fixed: GITHUB-1636: Parallel test run is not working in 6.13.1 (Krishnan Mahadevan)
> New : GITHUB-1634: Make "-xmlpathinjar" support (Yehui Wang)
> New : GITHUB-1634: Make "-testnames" find tests from Multi-level parent-child suites (Yehui Wang)
> Fixed: GITHUB-1641: The time for test-method is 8 hours ahead of the the time for suite/class in testng-result xml file (Krishnan Mahadevan)
> Fixed: GITHUB-1649: [@Test](https://github.com/Test) annotated methods cannot inject java.lang.reflect.Method (Krishnan Mahadevan)
> Fixed: GITHUB-1625: Null fields in parallel method tests (Krishnan Mahadevan)
> Fixed: GITHUB-1605: Research the usefulness of the JVM argument "experimental" (Krishnan Mahadevan)
> New : GITHUB-1631: data provider class name injection into Factory meta-data (Sergey Korol)
>
> 6.13.1
> No functional changes. Released with newer version JCommander (1.72.0)
>
> 6.13
> Fixed: GITHUB-1619: ConcurrentHashMap doesn't secure insertion order.(Yehui Wang)
> Fixed: GITHUB-1616: Test cases with priority and dependsOnGroups dependencies, execution order is chaos. (Yehui Wang)
> Fixed: GITHUB-1613: The constructor removed from TestRunner would stop Eclipse working.(Yehui Wang)
> Fixed: GITHUB-1600: Updated in afterInvocation() testResult.status is not used in willRetry condition (Krishnan Mahadevan)
> Fixed: GITHUB-1598: Injected types parameter and optional parameters cannot be used together. (Yehui Wang)
> Fixed: GITHUB-1594: Cannot filter by "testnames" when suite xml is a suite of suites (Krishnan Mahadevan)
> Fixed: GITHUB-1584: Can't run tests from IDEA (Krishnan Mahadevan)
> Fixed: GITHUB-1589: TestNGAntTask should be consistently using the Ant Log API for writing log messages (Krishnan Mahadevan)
> Fixed: GITHUB-1587: TestNG can not guarantee the ExecutionListener Instance as singleton(Yehui Wang)
> Fixed: GITHUB-217: exception in DataProvider doesn't fail test run (Krishnan Mahadevan)
> Fixed: GITHUB-987: Parameters threadCount and parallel doesn't work with maven (Krishnan Mahadevan)
> Fixed: GITHUB-1472: Optimize DynamicGraph.getUnfinishedNodes (Krishnan Mahadevan & Nathan Reynolds)
> Fixed: GITHUB-1566: Invalid XML characters in Params in testng-results.xml (Krishnan Mahadevan)
> Fixed: GITHUB-1554: [@Parameters](https://github.com/Parameters) and parameter injection not wroking when used on the same method (Krishnan Mahadevan)
> Fixed: GITHUB-990: NullPointerExceptions after a superclass configuration method fails with configfailurepolicy="continue" (Krishnan Mahadevan)
> Fixed: GITHUB-461 : Annotate annotations with [@Documented](https://github.com/Documented) (Krishnan Mahadevan)
> Fixed: GITHUB-778 : XmlSuite toXml() does NOT add the suite time-out property (Krishnan Mahadevan)
> Fixed: GITHUB-1029: Issue with getting XmlTest from test method (Krishnan Mahadevan)
> Fixed: GITHUB-212: Enable support for providing a URI as suite file location (Krishnan Mahadevan)
> Fixed: GITHUB-161 : Provide a way to customize SAXParserFactory implementation (Krishnan Mahadevan)
> Fixed: GITHUB-1455: Configure XML output of XmlSuite (Krishnan Mahadevan)
> Fixed: GITHUB-1465: Failure policy CONTINUE handling is broken for tests that are skipped in [@BeforeMethod](https://github.com/BeforeMethod) method (Krishnan Mahadevan)
> Fixed: GITHUB-1533: Duplicate child suites get added when working with parent/child suite scenario (Krishnan Mahadevan)
> ... (truncated)
Commits
- [`67b8f04`](https://github.com/cbeust/testng/commit/67b8f040aae98088cab6331a78d66c9536f87b27) Bump Kobalt.
- [`b796279`](https://github.com/cbeust/testng/commit/b796279e39713f3f2537b45126e1e08296d43124) Merge pull request [#1705](https://github-redirect.dependabot.com/cbeust/testng/issues/1705) from krmahadevan/Fix-for-1077-and-1081-properly-rebased
- [`cb1a101`](https://github.com/cbeust/testng/commit/cb1a101f640e674cf0f9fd1314c31aa51513fe3b) Fixing failing tests.
- [`2052895`](https://github.com/cbeust/testng/commit/20528957517be4e1dc857a10505f7717471ea057) Fix topologicalSort for more efficiency
- [`0cde534`](https://github.com/cbeust/testng/commit/0cde534563ebb1feb3f25d0ec743046dbb609ec9) Merge pull request [#1702](https://github-redirect.dependabot.com/cbeust/testng/issues/1702) from krmahadevan/krmahadevan-fix-1700
- [`da879da`](https://github.com/cbeust/testng/commit/da879daa58b9186ca2559c16e6ed488c8c59aea0) Fixing [#1700](https://github-redirect.dependabot.com/cbeust/testng/issues/1700)
- [`026a2de`](https://github.com/cbeust/testng/commit/026a2de1c68f95a7f52b4f49232d7168802399d7) Merge pull request [#1695](https://github-redirect.dependabot.com/cbeust/testng/issues/1695) from krmahadevan/krmahadevan-fix-1694
- [`99bb5d1`](https://github.com/cbeust/testng/commit/99bb5d138acb5dc53a1a0385f5b2c6749785192a) [@beforeGroups](https://github.com/beforeGroups) executed multiple times in Parallel mode
- [`f2009e7`](https://github.com/cbeust/testng/commit/f2009e73ac50c16495b0cbba845ab3f6ecba5af6) Merge pull request [#1689](https://github-redirect.dependabot.com/cbeust/testng/issues/1689) from krmahadevan/krmahadevan-fix-1688
- [`74f7280`](https://github.com/cbeust/testng/commit/74f7280a5824ad8abeffef01c33370bb09f87f10) [@Ignore](https://github.com/Ignore) doesn't ignore tests in case of inheritance
- Additional commits viewable in [compare view](https://github.com/cbeust/testng/compare/6.9.10...6.14.3)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps testng from 6.9.10 to 6.14.3.
Changelog
*Sourced from [testng's changelog](https://github.com/cbeust/testng/blob/master/CHANGES.txt).* > 6.14.3 > Fixed: GITHUB-1077: TestNG cannot handle load (Aheiss) > Fixed: GITHUB-1081: group-by-instances with test dependencies causes instantiation of tests to exponentially slow (Aheiss) > Fixed: GITHUB-1700: Test ignored if [@BeforeMethod](https://github.com/BeforeMethod) in base class fails for another test class (Krishnan Mahadevan) > Fixed: GITHUB-1694: [@BeforeGroups](https://github.com/BeforeGroups) executed multiple times when tests run in parallel, once if not parallel (Krishnan Mahadevan) > Fixed: GITHUB-1688: [@Ignore](https://github.com/Ignore) annotation on base class doesn't ignore tests in child classes (Krishnan Mahadevan) > Fixed: GITHUB-1687: NullPointerException is thrown when beanshell evaluates to null (Krishnan Mahadevan) > > 6.14.2 > Fixed: GITHUB-1674: beanshell methodselector applied at suite level is ignored (Krishnan Mahadevan) > Fixed: GITHUB-1668: "Invalid Method Selector" exception triggered when using suite level beanshell methodselectors (Krishnan Mahadevan) > Fixed: GITHUB-1659: New line characters are removed from stack traces in testng-results.xml (Krishnan Mahadevan) > Fixed: GITHUB-1503: Consider adding a -n (no execute) option (Krishnan Mahadevan) > Fixed: GITHUB-1648: Depends on method is not respected on the sequential run on second test that extends same base testClass (Krishnan Mahadevan) > Fixed: GITHUB-1636: Parallel test run is not working in 6.13.1 (Krishnan Mahadevan) > New : GITHUB-1634: Make "-xmlpathinjar" supportCommits
- [`67b8f04`](https://github.com/cbeust/testng/commit/67b8f040aae98088cab6331a78d66c9536f87b27) Bump Kobalt. - [`b796279`](https://github.com/cbeust/testng/commit/b796279e39713f3f2537b45126e1e08296d43124) Merge pull request [#1705](https://github-redirect.dependabot.com/cbeust/testng/issues/1705) from krmahadevan/Fix-for-1077-and-1081-properly-rebased - [`cb1a101`](https://github.com/cbeust/testng/commit/cb1a101f640e674cf0f9fd1314c31aa51513fe3b) Fixing failing tests. - [`2052895`](https://github.com/cbeust/testng/commit/20528957517be4e1dc857a10505f7717471ea057) Fix topologicalSort for more efficiency - [`0cde534`](https://github.com/cbeust/testng/commit/0cde534563ebb1feb3f25d0ec743046dbb609ec9) Merge pull request [#1702](https://github-redirect.dependabot.com/cbeust/testng/issues/1702) from krmahadevan/krmahadevan-fix-1700 - [`da879da`](https://github.com/cbeust/testng/commit/da879daa58b9186ca2559c16e6ed488c8c59aea0) Fixing [#1700](https://github-redirect.dependabot.com/cbeust/testng/issues/1700) - [`026a2de`](https://github.com/cbeust/testng/commit/026a2de1c68f95a7f52b4f49232d7168802399d7) Merge pull request [#1695](https://github-redirect.dependabot.com/cbeust/testng/issues/1695) from krmahadevan/krmahadevan-fix-1694 - [`99bb5d1`](https://github.com/cbeust/testng/commit/99bb5d138acb5dc53a1a0385f5b2c6749785192a) [@beforeGroups](https://github.com/beforeGroups) executed multiple times in Parallel mode - [`f2009e7`](https://github.com/cbeust/testng/commit/f2009e73ac50c16495b0cbba845ab3f6ecba5af6) Merge pull request [#1689](https://github-redirect.dependabot.com/cbeust/testng/issues/1689) from krmahadevan/krmahadevan-fix-1688 - [`74f7280`](https://github.com/cbeust/testng/commit/74f7280a5824ad8abeffef01c33370bb09f87f10) [@Ignore](https://github.com/Ignore) doesn't ignore tests in case of inheritance - Additional commits viewable in [compare view](https://github.com/cbeust/testng/compare/6.9.10...6.14.3)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.