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.