Skip to content

Commit fc4866c

Browse files
Update README.md (#15)
1 parent 1b3251d commit fc4866c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ A simple UI automation framework built with:
1414
- User-friendly UI automation framework.
1515
- Built on popular Python libraries: pytest and APPIUM.
1616
- Supports **iOS**, **Android**,
17-
- Integrated with **GitHub Actions** CI workflow for Darwin (Mac) and Linux.
1817
- Supports multiple environments: **stage**, **prod**.
1918
- Generates **pytest reports** and **custom logs**.
2019
- Test Data Management: Integrated with YAML files for test data storage and access.
20+
- Logging
21+
- Base functions: swipe, scroll, tap, click, type etc
2122

2223
## Getting Started
2324

@@ -35,4 +36,4 @@ A simple UI automation framework built with:
3536
copy `Executable: path to virtual env` -> Add Interpreter -> Poetry Environment -> Existing environment -> add Executable -> Apply
3637
poetry install
3738
```
38-
then specify your poetry env
39+
then specify your poetry env

0 commit comments

Comments
 (0)