Closed php-del closed 2 years ago
@php-del Please provide detailed logs or an example project to reproduce the issue. Maven logging configuration: https://maven.apache.org/surefire/maven-surefire-plugin/examples/logging.html
@php-del Still no any useful data, unforunately. Could you check your target\surefire-reports
folder for any logs?
@HardNorth I have found one file in the target/surefire-reports section. It is as follows. Log2.txt
@php-del OK, found this in your Log:
Caused by: java.lang.NoSuchMethodError: okhttp3.OkHttpClient$Builder.callTimeout(Ljava/time/Duration;)Lokhttp3/OkHttpClient$Builder;
This usually happens when someone use outdated Selenium version. Since Selenium uses the same HTTP client as Report Portal. To fix that you need to update Selenium version on at least version 3.141.0
.
This actually duplicate of the following issues: https://github.com/reportportal/examples-java/issues/61 https://github.com/reportportal/client-java/issues/182
Following are my pom.xml dependencies and listener configuration