Skip to main content

Create a group (if you don’t already have one)

1
From the Flows tab, click the icon next to the workspace name.
2
Name the group and hit Enter.
Use clear, descriptive names that reflect your app’s feature areas—this helps both you and AI keep plans organized.

Create a flow (if you don’t already have one)

1
Hover over the group name and click the icon
2
Name the flow in the text field that appears and hit Enter. You will see it in the group.

Write Playwright or Appium code

1
Toggle on Code Mode by clicking the icon. You will see the code editor in the center panel.
2
Click Add test.
Collapse and expand the Flows panel using the icon to create more space for the editor.
3
Type the name of your new test and hit Enter. The newly created test will appear expanded in the code editor, prefilled with AAA (Act-Arrange-Assert) comments.
As you type, QA Wolf automatically lints your code. If the linter detects errors, you won’t be able to run or commit the test until those issues are resolved.

Publishing changes

You must review and publish your changes to save them.
1
When ready to publish your test, click Review
2
Review the changes in the side-by-side diff
3
When you modify a flow’s code, you will see the history of all previous code versions on the left.
4
When you’re satisfied, enter a clear description of the change in the Adding a comment text field.
5
Click Publish changes to confirm the update.
Last modified on February 9, 2026