Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ A simple UI automation framework built with:
- User-friendly UI automation framework.
- Built on popular Python libraries: pytest and APPIUM.
- Supports **iOS**, **Android**,
- Integrated with **GitHub Actions** CI workflow for Darwin (Mac) and Linux.
- Supports multiple environments: **stage**, **prod**.
- Generates **pytest reports** and **custom logs**.
- Test Data Management: Integrated with YAML files for test data storage and access.
- Logging
- Base functions: swipe, scroll, tap, click, type etc

## Getting Started

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