How Folders Work
- Every project has a root folder created automatically — it’s the top level where all scenarios and subfolders live
- You can create folders inside folders to any depth
- Each scenario lives inside exactly one folder
- Folders are project-scoped
Organizing Scenarios
A typical folder structure might look like:Tips
- Keep it shallow — One or two levels of nesting is usually enough. Deep hierarchies become hard to navigate
- Name folders clearly — Use descriptive names that your team will recognize
- Group by feature — Organizing by game feature area is the most common and intuitive approach