innovativeQALab / iqa-automation-framework

Selenium WebDriver and Appium based Web, Mobile (Android, iOS) and Windows desktop Automation Framework with BDD & Non-BDD implementation support
Apache License 2.0
12 stars 4 forks source link

Getting "java.lang.NoSuchMethodError" while performing applitools eyes check validation for Mobile app #44

Closed bhangeprashant closed 2 years ago

bhangeprashant commented 2 years ago

INFO TestNGMethodInvocationListener - **** In before invocation INFO CustomProperties - Property 'platform' fetched from System environment variable Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 33.364 sec <<< FAILURE! runScenarios(org.iqa.test.runner.ParallelTestRunner) Time elapsed: 32.402 sec <<< FAILURE! java.lang.NoSuchMethodError: com.applitools.eyes.selenium.ClassicRunner.(Ljava/lang/String;Ljava/lang/String;)V at com.applitools.eyes.appium.AppiumRunner.(AppiumRunner.java:21) at com.applitools.eyes.appium.Eyes.(Eyes.java:32) at org.iqa.suite.commons.applitool.ApplitoolEyesMobile.createEyes(ApplitoolEyesMobile.java:74) at org.iqa.test.base.BaseTest.openApplitoolEye(BaseTest.java:142) at org.iqa.test.runner.ParallelTestRunner.runScenarios(ParallelTestRunner.java:29)

bhangeprashant commented 2 years ago

This is resolved. Hence closing this issue.