client-java
client-java copied to clipboard
Asynchronous client for Java-based agents
Create logic for link Issues from java for tests like Allure but with integration JIRA plugin. **reportportal.properties** ```properties rp.btsUrl =https://jira.services.com/ rp.issuesUrl = browse rp.btsProject = EXPL ``` @Test @Issue("4211") public...
**Describe the bug** `@Step` annotation templating not supports `this` object reference in inner classes **Steps to Reproduce** Java Example: ```java public class A { // Some code public abstract class...
We need: 1. Update how we log Item IDs, to make it possible to identify Items and their IDs. Not just log IDs, because this is not informative. 2. Set...
Issue recreated due to no answer in [last issue](https://github.com/reportportal/client-java/issues/204) **Is your feature request related to a problem? Please describe.** I would like to be able to link from the reportportal...
In [Add more sources to Step annotaion](https://github.com/reportportal/client-java/issues/70) issue a lot of work has been done, thanks to all the developers who participated in this request. But as far as I...
We're currently looking into integrating ReportPortal into our tests system Trying to make some working examples, I found that the Java client has no documentation whatsoever which makes it nearly...
Hi, I am running RP dashboard and RP client (via agent-java-cucumber6) in different network environments. The network connection between these environments is sometimes unstable and the client connection to RP...