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.1
From the Flows tab, hover over the left sidebar to expand it, then click IDE.
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.
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.
2
Review your changes in the side-by-side diff.
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.