diff options
Diffstat (limited to 'appiumtests')
| -rw-r--r-- | appiumtests/Readme.md | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/appiumtests/Readme.md b/appiumtests/Readme.md index eac841e58..4409d1cca 100644 --- a/appiumtests/Readme.md +++ b/appiumtests/Readme.md @@ -1,7 +1,19 @@ -Instructions: +# Instructions: +```bash chmod u+x dolphintest.py +``` + +```bash python3 -m venv .venv +``` + +```bash source .venv/bin/activate +``` + +```bash selenium-webdriver-at-spi-run ./dolphintest.py +``` + |
