Skip to main content
If you’d prefer to have AI create and edit flows for you, see Automate flows with AI.

Create a folder or flow

1
From the Automate tab, navigate to the location in the file tree where you want to create the new file or folder.
2
Click the icon in the toolbar.
Automate Add
3
Click New Folder or New Flow.
Use clear, descriptive names that reflect your app’s feature areas — this helps both you and AI keep flows organized.

Write test code

Open a flow file from the tree to open it in the code editor. The editor prefills new flows with AAA (Arrange-Act-Assert) comments as a starting structure. For a full explanation of flow structure and imports, see Anatomy of a flow.
QA Wolf lints your code as you type. See Debug tests & flows if you encounter errors.

Publish your changes

1
When ready, click Review.
Unpublished
2
Review your changes in the side-by-side diff.
Publish
3
Enter a clear description of the change in the Adding a comment field.
4
Click Publish changes to confirm. The publish dialogue will close when your changes have been saved.
Last modified on March 31, 2026