# Maestro Workbench: A Community Contribution

DevFeed: [Maestro Workbench: A Community Contribution](<https://devfeed.tech/articles/maestro-workbench-a-community-contribution-22911.md>)

Original publisher: [Read original article](<https://maestro.dev/blog/maestro-workbench-a-community-contribution>)

Author: Dan Caseley

Published: 2025-02-19T08:00:00Z

Content type: article

Language: en

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

Topics: [Extension](<https://devfeed.tech/topics/extension.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [vs-code](<https://devfeed.tech/topics/vs-code.md>), [YAML](<https://devfeed.tech/topics/yaml.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [community](<https://devfeed.tech/tags/community.md>), [community-contribution](<https://devfeed.tech/tags/community-contribution.md>), [extension](<https://devfeed.tech/tags/extension.md>), [github](<https://devfeed.tech/tags/github.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [testing](<https://devfeed.tech/tags/testing.md>), [vs-code](<https://devfeed.tech/tags/vs-code.md>), [yaml](<https://devfeed.tech/tags/yaml.md>)

## AI overview

The article introduces Maestro Workbench, an open-source VS Code extension created by Maestro community member Samuel Abada. It displays Maestro tests and dependencies, integrates tests with VS Code's Testing tab, provides snippets and hover documentation, and validates Maestro Flow schemas.

## Source excerpt

I spend half my working life helping out in the Maestro community, and the other half in the real world, testing mobile apps. When I'm writing Maestro flows, like anything compl...