An open API service indexing awesome lists of open source software.

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.

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).