Appium + wdio + cucumberjs = not working

I am trying to do the test with appium android + wdio + cucumberjs.
each scenario has an isolated or this defined context in the world. How could I have the same context for all scenarios to be able to have the same open session while running all scenarios in cucumberjs?


Thank you