Learn how to create test cases using Gherkin scenarios in Thunder Code Runner.
Create a New Test Case
To start creating a test case:
Navigate to your Thunder Code 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
Thunder Code will automatically convert your Gherkin scenario into executable test steps.