Learn how to create test cases using Gherkin scenarios in Thunders Runner.
Create a New Test Case
To start creating a test case:
Navigate to your Thunders Runner Project
Click the Add a Test Case button
Enter a descriptive name for your test case (e.g., "Successful login with valid credentials")
Click Save to create your test case
Generate Test Steps from Gherkin
Once your test case is created:
Copy your Gherkin test steps
2. In the chat interface, paste them
3. Click the Generate Test Steps button
Thunders will automatically convert your Gherkin scenario into executable test steps.


