I am trying to run GitHub - LambdaTest/LT-appium-python: Run Python and Appium scripts on LambdaTest automation cloud. A sample repo to help you run Python based test scripts in parallel with LambdaTest sample; however, the run command python3 Android.py is not working for me. I am getting the error “Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.” How do I run the test?
Hi Mark,
Instead of python3 Android.py, kindly try python Android.py. It should run the test. I hope that helps.