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

Create a folder or flow

Two entry points on the Flows tab create a flow in the IDE. From the flows list Click in the toolbar, then select New flow or New folder.
The New flow and New folder menu in the flows list toolbar
From the IDE
1
From the Flows tab, hover over the left sidebar to expand it, then click IDE.
The left sidebar with the IDE view selected
2
Navigate to the location in the file tree where you want to create the new file or folder.
3
Click the icon in the toolbar.
The IDE file explorer
4
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

Select 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 dialog will close when your changes have been saved.
Last modified on September 4, 2026