You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are running tests using mvn. When we upgrade the agent-java-junit5 above 5.0.6 no launch is created. We've tried several versions from 5.1.0 up to 5.3.4.
Dependency versions
logger-java-logback=5.2.2
The text was updated successfully, but these errors were encountered:
@rheath-ol, at agent versions above 5.0.6 we switched to new Rest/HTTP client, which provides better capabilities with different systems. So if you have any issues with migration most likely it's version conflicts. Please check your logs for any errors/exceptions.
The most common reason of issues is an old version of Selenium, which forces to use incompatible version of OkHttp library, as here: reportportal/agent-java-testNG#173
We are running tests using mvn. When we upgrade the agent-java-junit5 above 5.0.6 no launch is created. We've tried several versions from 5.1.0 up to 5.3.4.
Dependency versions
logger-java-logback=5.2.2
The text was updated successfully, but these errors were encountered: