Skip to main content
A workspace groups multiple Momentic projects under a single repository. Use one when different teams maintain separate test suites but share a repo. Most organizations don’t need a workspace, a single momentic.config.yaml at the repo root is enough.

Creating a workspace

Add a momentic.workspace.yaml at the root of your repository:
momentic.workspace.yaml
projects:
  - project-a
  - folder/*
  - apps/**/*
Each entry is a glob pointing to a directory that contains its own momentic.config.yaml.