Skip to content

Overview

The Tests page is where your test cases live. You can write them by hand, import them from your code, or do both in the same project. This section explains how that works: how a project stores tests, how suites and folders fit together, how you write and edit a test, and what to do once the project gets too big to edit tests one at a time. Start with the project type. Every project is either Classical or BDD. You choose it when you create the project, and you can’t change it later. That one choice decides which editor you get, where your tags are kept, and how your tests connect to your code. Not sure which type you have? Start with Classical vs BDD.