Releases: zebrunner/java-agent-testng
Releases · zebrunner/java-agent-testng
1.9.13 (2024-09-03)
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)
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)
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)
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