python-appium-framework
python-appium-framework copied to clipboard
ERROR: file or directory not found: src/spec/*
git clone main branch pip3 install -r requirements.txt python3 -m pytest src/spec/* --app=android
Result: ERROR: file or directory not found: src/spec/*
I am using pycharm IDE and its terminal. i have tried using below ... but no success.
python -m pytest src/spec/* --app=android
pytest src/spec/* --app=android