Skip to content

Releases: zebrunner/java-agent-testng

1.9.13 (2024-09-03)

03 Sep 16:09
cd1fb29
Compare
Choose a tag to compare

Enhancements

  • [#67] BeforeClass logs should be registered as part of the test

Fixes

  • [#60] ConcurrentModificationException appears during test start registering

Migration Steps

  • Update in your project pom.xml version for agent-testng dependency to 1.9.13
  • Rebuild the project mvn -U clean compile install

1.9.12 (2024-08-06)

06 Aug 15:07
b7a315f
Compare
Choose a tag to compare

Fixes

  • [#60] ConcurrentModificationException appears during test start registering

Migration Steps

  • Update in your project pom.xml version for agent-testng dependency to 1.9.12
  • Rebuild the project mvn -U clean compile install

1.9.11 (2024-06-26)

01 Jul 07:37
78c954e
Compare
Choose a tag to compare

Fixes

  • [#59] BeforeClass has no access to the test method, it leads to NullPointerException on rerun

Migration Steps

  • Update in your project pom.xml version for agent-testng dependency to 1.9.11
  • Rebuild the project mvn -U clean compile install

1.9.10 (2024-06-13)

13 Jun 13:46
daa2d98
Compare
Choose a tag to compare

Enhancements

  • [#56] Register BeforeClass configuration methods as headless test start

Migration Steps

  • Update in your project pom.xml version for agent-testng dependency to 1.9.10
  • Rebuild the project mvn -U clean compile install