How we can avoid the app restart issue. | Appium Forum
N
Naren Posted on 07/08/2019
How we can avoid the app restart/reintialising for each cucumber example.
Narendar ·   · 18 minutes ago

Hi Aleksei,

How we can avoid the app restart issue.

 

I worte cucumber example as

creat list <sainsbury>

Add items <item>

|apple|

|mango|

In appium cucumber framework , my app keep on restarting/reintialising 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 intialising and creating saisbury 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

Duplicate question