- Common Stack Trace frames skip in description and logs, by @HardNorth
@Issue
and@Issues
annotations support, by @HardNorth
- Client version upgraded on 5.2.20, by @HardNorth
- Client version updated on 5.2.15, by @HardNorth
- Format of last error log of test in item description was updated, by @HardNorth
- Code reference report on Test NG's "Test" level to address issues with reruns, by @HardNorth
@Description
annotation support, by @oleksandr-fomenko@DisplayName
annotation support, by @oleksandr-fomenko- Putting last error logs of tests to Items' description, by @utdacc
- Client version updated on 5.2.13, by @HardNorth
TestNG
dependency marked ascompileOnly
, by @HardNorth- JSR-305 dependency, by @HardNorth
- Move Okhttp3 to test dependencies, by @HardNorth
- Client version updated on 5.2.4, by @HardNorth
commons-model
dependency to rely onclinet-java
exclusions in security fixes, by @HardNorth
- Client version updated on 5.2.1, by @HardNorth
- Unified ReportPortal product naming, by @HardNorth
- Deprecated code, by @HardNorth
- Issue #147 Test/Step name logic, by @HardNorth
- Client version updated on 5.1.22, by @HardNorth
- Client version updated on 5.1.21, by @HardNorth
- Slf4j version updated on version 2.0.4 to support newer versions of Logback with security fixes, by @HardNorth
- Java 8 support, by @HardNorth
- Obsolete
UniqueID
annotation support, by @HardNorth - Deprecated code, by @HardNorth
- Issue #195 Test is reported as interrupted when testng
SkipException
is thrown in the BeforeClass method, by @HardNorth
- Client version updated on 5.1.17, by @HardNorth
- Suite status calculation, since it's server's deal since v5, by @HardNorth
- Client version updated on 5.1.16, by @HardNorth
- Client version updated on 5.1.15, by @HardNorth
- Test Case ID templating, by @HardNorth
- Client version updated on 5.1.9, by @HardNorth
- Slf4j version updated on 1.7.36, by @HardNorth
- Support of TestNG version 7.5
buildStartTestItemRq
method refactoring- All class level attributes are reported on TestNG Tests now, not only for the first specified class as it was before.
- Client version updated on 5.1.4
- Slf4j version updated on 1.7.32 to support newer versions of Logback with security fixes
- TestNG version updated on 7.5
- Version promoted to stable release
- Client version updated on 5.1.0
- Client version updated on 5.1.0-RC-12
- Client version updated on 5.1.0-RC-11
- Client version updated on 5.1.0-RC-7
- Class level attribute handling #158
- TestNGService.buildStartStepRq(org.testng.ITestResult) returned in business
- Client version updated on 5.1.0-RC-5
- Version changed on 5.1.0
- Client version updated on 5.0.21
- Client version updated on 5.1.0-BETA-1
- Client version updated on 5.0.18
- TestNG's dependency moved to
api
scope
- 'To investigate' test item in case of
@BeforeClass
failed (issue #153)
- StepAspect now handled inside client
- Client version updated
- Test Case ID generation improved
- Client version updated
- A launch finish shutdown hook
- 'createConfigurationName' and 'createConfigurationDescription' methods for those who wants to customize before/after method names
- 'Unable to finish launch in ReportPortal' exception on test execution shut down
- A version anchor in README_TEMPLATE.md file
@NotNull
annotation replaced with@Nonnull
- Test parameter processing logic was moved into the client and updated. Now it supports
@ParameterKey
annotations for factory constructors.
- Google analytics publishing code was removed from the agent, since it's now located in the client.
- Fixes reportportal/reportportal#373
- client-java updated 4.0.5 that enables stale connections eviction and ability to explicitly use ReportPortalClient
- Warning if several listeners are initialized
- Merge Fix stacktrace messaging
- Remove final from TestNgService to improve extensibility
- Extension modules support
- Async execution support