How we can edit the question or delete it | Appium Forum
N
Naren Posted on 07/08/2019

It is really annoying while am copy-pasting here can you please improve the functionality to edit or at lease delete the question

 

Thanks

I wrote cucumber example as

creat list <sainsbury>

Add items <item>

|apple|

|mango|

In appium cucumber framework, my app keep on restarting/reinitializing for each example

App should intialize and create sainsbury list name and add the items as apple and mango instead

app is intialising and creating sainsbury as list name and adding the item as apple

then app again initialising and creating Sainsbury as list name adding the item as mango

to avoid this

I added as set capbility as

caps.setcapability(mobilecapabilty.fullreset, "false" also tried caps.setcapability(mobilecapabilty.fullreset, "true"

but I unable to avoid/stop app restart issue. can you please answers this question?

 


A
aditya Replied on 10/08/2019

Please use noReset option instead of fullReset