-
Notifications
You must be signed in to change notification settings - Fork 73
Failed connection Serenitywithcucmber to Appiumserver #229
Comments
Have you tried with a more recent version? The Appium APIs tends to change quite a bit. |
I habe tried with the recent appium v1.17.0. but i i received the same error. |
That won’t work either. You will need to upgrade Serenity, otherwise it will be very hard to help. |
Contained the serenity-cucumber v1.9.31 the dependencies to io.appium.java_client.AppiumDriver? |
I don't understand your question. |
I do not have worte in my pom.xml any dependencies of io.appium.java_client.AppiumDriver. So my question ist, if the serenity-cucumber include the io.appium.java_client.AppiumDriver or shall i to add the dependencies separate in my pom.xml. |
serenity-core will include the appropriate version of appium. |
I tried with v1.6.13 of serenity-cucumber using Appium v1.17.1-beta.0. but i have got the error: NoClassDefFound io/appium/java_client/FindsBy. |
|
I commented the full error. Maybe it is help to verify the issue. |
Succesfully fix it. The error caused by missing appium.app ="PATH" on serenity.properties. I update the pom.xml as follow:
The issue can be closed. Thanx you |
Hall all,
i write a automation test for an android app unsing serenitywithcucmber and appium server. If i write on command
mvn verify clean
, i have got the following error.And my appiumserver do not get the capalitiy, that is wroten in serenity.properties. By runnig the serenitywithcucumberrunner i have got the same error.
this is my pom.xml
The text was updated successfully, but these errors were encountered: