diff options
| author | Méven Car <[email protected]> | 2024-04-23 18:06:32 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2024-04-23 18:06:32 +0000 |
| commit | 683533fa35eac768f3fa8f094e2e2e18d3e91489 (patch) | |
| tree | 1d717e03cd78e5e81bde92ded892553a38defebf /appiumtests/Readme.md | |
| parent | a041846fb90e3af5ea736ca55359aa4891d91499 (diff) | |
Add two first appium tests that run on CI
Based upon @mart https://invent.kde.org/system/dolphin/-/merge_requests/492/diffs
Co-authored-by: Marco Martin <[email protected]>
Diffstat (limited to 'appiumtests/Readme.md')
| -rw-r--r-- | appiumtests/Readme.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/appiumtests/Readme.md b/appiumtests/Readme.md new file mode 100644 index 000000000..eac841e58 --- /dev/null +++ b/appiumtests/Readme.md @@ -0,0 +1,7 @@ + +Instructions: + +chmod u+x dolphintest.py +python3 -m venv .venv +source .venv/bin/activate +selenium-webdriver-at-spi-run ./dolphintest.py |
