# Maestro Best Practices: Structuring your Test Suite

DevFeed: [Maestro Best Practices: Structuring your Test Suite](<https://devfeed.tech/articles/maestro-best-practices-structuring-your-test-suite-22898.md>)

Original publisher: [Read original article](<https://maestro.dev/blog/maestro-best-practices-structuring-your-test-suite>)

Author: Leland Takamine

Published: 2023-05-04T07:00:00Z

Content type: tutorial

Language: en

Sources: [mobile.dev - Medium](<https://devfeed.tech/sources/mobile-dev-medium.md>)

Topics: [Testing](<https://devfeed.tech/topics/testing.md>), [App](<https://devfeed.tech/topics/app.md>), [ci](<https://devfeed.tech/topics/ci.md>)

Tags: [best-practices](<https://devfeed.tech/tags/best-practices.md>), [commands](<https://devfeed.tech/tags/commands.md>), [config](<https://devfeed.tech/tags/config.md>), [files](<https://devfeed.tech/tags/files.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [parallel](<https://devfeed.tech/tags/parallel.md>), [structure](<https://devfeed.tech/tags/structure.md>), [test](<https://devfeed.tech/tags/test.md>)

## AI overview

This tutorial explains how to structure a Maestro test suite by designing each Flow around a single user scenario, organizing related Flows in feature-based subdirectories, and configuring which Flows run. It also discusses splitting scenarios to improve failure isolation, parallel execution, and test-result clarity.

## Source excerpt

Best practices on how to structure and organize your Maestro Test Suite