How to keep live appium session till to execute all different login credentials Test Case Validation

Hello Folks,

I am trying to execute the following feature file but It is executing only one user Then it is not picking second credentials. Please tell me I how to keep live appium session

Feature: Test Login Scenario

Scenario Outline: Login with Valid username and Password
Given Start Appium Session
When Enter valid “” and valid “”
#And I logout from the Application
Then User should be able to Login KASH App

Examples:
  | Username| Password |
  | abcdef | 123456 |
  | asdfgh | 123456 |