We are trying to integrate report portal with mobile automation framework. In the framework we are using Appium, Selenium and TestNG. We have added Report portal dependencies and at the time of execution, we can see the launches in report portal but the execution is getting failed with following exception:
java.lang.NoSuchMethodError: com.google.common.collect.ImmutableList.tolmmutableList() Ljava/util/stream/Collector;
at io.appium.java_client.remote.NewAppiumSessionPayload.getW3C (NewAppiumSessionPayload.java:367)
We tried changing Appium and Report portal dependency versions.