Template folders let you store templates in any location on your machine and share them across projects.
Using the Templates panel:
The list of template folders is stored in the automationview.templates.folders setting. You can also edit it directly in your settings.json file:
{
"automationview.templates.folders": [
"C:\\shared\\templates",
"/home/user/automation-templates"
]
}
Templates inside added folders appear alongside your workspace templates in the Templates panel. AutomationView scans all configured folders automatically.