Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launch not created when using agent-java-junit5 > 5.0.6 #135

Open
rheath-ol opened this issue Nov 22, 2024 · 2 comments
Open

Launch not created when using agent-java-junit5 > 5.0.6 #135

rheath-ol opened this issue Nov 22, 2024 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@rheath-ol
Copy link

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

@rheath-ol rheath-ol added the bug Something isn't working label Nov 22, 2024
@rheath-ol
Copy link
Author

We are registering the ReportPortal extension through service location, not by extension.

rp.http.logging is set to true, but we're not seeing any HTTP calls being made

@HardNorth
Copy link
Member

@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

@HardNorth HardNorth added help wanted Extra attention is needed and removed bug Something isn't working labels Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants