https://github.com/ludovicobesana/maestrostarterkit
Boilerplate repository aimed at helping developers kickstart performance testing projects using Maestro.
https://github.com/ludovicobesana/maestrostarterkit
boilerplate maestro yaml
Last synced: about 2 months ago
JSON representation
Boilerplate repository aimed at helping developers kickstart performance testing projects using Maestro.
- Host: GitHub
- URL: https://github.com/ludovicobesana/maestrostarterkit
- Owner: ludovicobesana
- License: mit
- Created: 2024-05-09T20:55:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-13T09:52:07.000Z (about 1 year ago)
- Last Synced: 2025-02-11T11:52:54.038Z (4 months ago)
- Topics: boilerplate, maestro, yaml
- Homepage: https://maestro.mobile.dev/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maestro Starter Kit 📱
## Overview
Maestro Starter Kit is a comprehensive boilerplate repository designed to assist developers in initiating automated testing projects using Maestro. This kit includes pre-configured settings and sample tests, demonstrating effective practices for performance and automation testing with [Maestro](https://maestro.mobile.dev/).
## Features
- Example tests showcasing Maestro's capabilities for mobile testing
## Installation
Before you begin, ensure you have [Maestro](https://maestro.mobile.dev/getting-started/installing-maestro) installed along with all necessary dependencies. This may include simulators for mobile testing and any specific software or libraries required or the applications you are testing.
Clone the repository:
```bash
git clone https://github.com/your-username/MaestroStarterKit.git
cd MaestroStarterKit
```Start the iOS and Android simulators
## Usage
The repository includes several scripts for different testing scenarios:
- `maestro test myFolderWithTests/flow.yaml`: Run single test
- `maestro test flows-android/run-test.yml`: Run android tests
- `maestro test flows-ios/run-test.yml`: Run ios tests## Contributing
Contributions are welcome!
## License
This project is licensed under the [MIT License](LICENSE).