┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/appiumtests
diff options
context:
space:
mode:
authorAreeb Faisal <[email protected]>2026-03-16 09:25:08 +0500
committerMéven Car <[email protected]>2026-03-18 10:26:58 +0000
commita7cc959d5f1311ae928dd077b376570351ef5259 (patch)
treeae44403ed2f70eb4f1760f816ebacb384a80d9c1 /appiumtests
parent7ad925539c3dcea1a8ed2104fda0a9f9e0e03358 (diff)
appiumtests: Fix Readme.md rendering
Diffstat (limited to 'appiumtests')
-rw-r--r--appiumtests/Readme.md14
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
+```
+