Automate your BDD test plan imports. Parse plain scenario files, expand hierarchical folder structures, type steps, and track execution cache in real-time.
DETECTED SYSTEM
Download for Windows (x64)Fully engineered for speed, reliability, and security when importing scenarios into CucumberStudio.
Recognizes recursive folders. Automatically creates parents, nested children subfolders, and correctly nests scenarios.
Tracks file modification times. Skips scenario creation if previously completed, automatically invalidating when files are updated.
Protects user credentials locally using OS-native DPAPI / Cryptography encryption. No passwords stored in plain text.
Get the latest native package for your operating system.
Structure your plain-text scenario files using simple, clean syntax rules.
# Comments start with # or //
Folder: User Authentication
Subfolder: Sign In Flow
Scenario: Successful sign in with valid credentials
Action: Open login page and enter valid email and password
Result: Dashboard page is displayed successfully
Scenario: Sign in failure with incorrect password
Action: Enter invalid password in credential form
and submit
Result: Error message is displayed on form
"Invalid username or password"
Use Folder: and Subfolder: keywords to group scenarios into categories. Folders are automatically generated in CucumberStudio recursively.
Mark each test case using the Scenario: prefix, followed by a unique, descriptive title.
List steps sequentially using Action: and Result:. Multi-line descriptions are fully supported on subsequent lines.
Prefix lines with # or // to write custom developer notes; the importer will automatically skip them.