diff options
| author | Areeb Faisal <[email protected]> | 2026-03-16 09:25:08 +0500 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2026-03-18 10:26:58 +0000 |
| commit | a7cc959d5f1311ae928dd077b376570351ef5259 (patch) | |
| tree | ae44403ed2f70eb4f1760f816ebacb384a80d9c1 /appiumtests | |
| parent | 7ad925539c3dcea1a8ed2104fda0a9f9e0e03358 (diff) | |
appiumtests: Fix Readme.md rendering
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 +``` + |
