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

Unable to integrate with appium #29

Open
ghost opened this issue Aug 31, 2021 · 6 comments
Open

Unable to integrate with appium #29

ghost opened this issue Aug 31, 2021 · 6 comments

Comments

@ghost
Copy link

ghost commented Aug 31, 2021

While running getting "no class found :type config " exception

@AnatoliGold
Copy link

Could you please show stacktrace of this error

@ghost
Copy link
Author

ghost commented Aug 31, 2021

Aug 31, 2021 2:11:36 PM io.appium.java_client.remote.AppiumCommandExecutor$1 lambda$0
INFO: Detected dialect: W3C
Exception in thread "main" java.lang.NoSuchMethodError: com.epam.healenium.SelfHealingEngine.(Ljava/lang/Object;Lcom/typesafe/config/Config;)V
at com.epam.healenium.appium.AppiumEngine.(AppiumEngine.java:50)
at com.epam.healenium.appium.DriverWrapper.wrap(DriverWrapper.java:45)
at com.epam.healenium.appium.DriverWrapper.wrap(DriverWrapper.java:38)
at Automation.SelfHealingTest.Demo.main(Demo.java:48)

@AnatoliGold
Copy link

Thank you for the information, we need some time to investigate

@ashish143ti
Copy link

ashish143ti commented Aug 31, 2021

Hi @Mitrabhanu-tech and @AnatoliZaitsau ,

I didn't get such issue at the time of Appium integration , the major bug I have found from my end - self healing not working .

I guess you are getting this issue due to type safe (jar) version conflict issue or instead of using healenium appium 1.2 maven dependancy you have directly imported healenium appium jar in to your project, kindly use maven dependancy of healenium appium 1.2 , in case you are already using healenium appium dependancy than remove existing type safe config maven dependency or declare below dependency in pom.xml .

com.typesafe config 1.4.1

@ghost
Copy link
Author

ghost commented Aug 31, 2021

Thnks for your update, but my application is opeing two times while iam running

@ghost
Copy link
Author

ghost commented Aug 31, 2021

@ashish143ti: is your application invoking two times

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants