I have started Appium server with the below lines of code in script step
#!/bin/bash
set -ex
npm install -g appium
appium &>/dev/null &
In Android Virtual Device testing step, getting the following error message. Is there any way to avoid this error
Validating Failed to get test status, error: Failed to get test status: INVALID(TEST_SAME_AS_APP)