This repository contains the Android automation tests using Maestro.
- Getting Started
- Prerequisites
- Installation
- Running Tests
- Project Structure
- Watch the Video
- Contributing
- License
To get a local copy up and running, follow these simple steps.
Make sure you have the following installed on your machine:
- Java Development Kit (JDK)
- Android SDK
- Maestro
-
Clone the repository:
git clone https://github.com/yourusername/android-automation-test-with-maestro.git cd android-automation-test-with-maestro
-
Install Maestro:
curl -Ls "https://maestro.mobile.dev/install.sh" | bash
- Connect your Android device or start an emulator.
- Run the tests using Maestro:
maestro test path/to/your/testcases
maestro/
: Directory containing Maestro test cases.screenshots/
: Directory to store screenshots taken during tests.
Distributed under the MIT License. See LICENSE
for more information.