This tool runs with Python 3.7
- Install requirements with
pip3 install -r requirements.txt
- Update the
documented-by-readme
with the parameters currently present inside of theREADME
. - Update the
ANDROID_RUNNER_PATH
variable inside ofcross-check.py
such that it points to the location in which you installed Android Runner - Run
python3 cross-check.py
- Check the generated report named
REPORT.md
- Add properties reflecting a device or plugin to the blacklist if they are present inside of the
REPORT.md
and continue from step 4.