Playwright-powered Desktop Importer

Sync plain-text scenarios into CucumberStudio

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)

Standalone bundle, size ~70MB

AutoCuke Scenario Importer (v1.0.0)
1. AUTHENTICATION
user@email.com
•••••••••••••
2. TARGET PROJECT
nnn (Project ID: 494099)
Scenario Import Queue Total queued: 8
[web_login.txt] Verify Sign In page displays Completed
[web_login.txt] Verify username is required Completed
[web_login.txt] Verify password field masks characters Running...
2026-07-20 18:42:01 [INFO] Login successful!
2026-07-20 18:42:03 [INFO] Navigating directly to project: nnn
2026-07-20 18:42:07 [INFO] Folder 'mobile' exists. Opening it.
2026-07-20 18:42:15 [INFO] Successfully imported: Verify username is required

Why choose AutoCuke?

Fully engineered for speed, reliability, and security when importing scenarios into CucumberStudio.

📁

Hierarchical Folders

Recognizes recursive folders. Automatically creates parents, nested children subfolders, and correctly nests scenarios.

Smart Caching

Tracks file modification times. Skips scenario creation if previously completed, automatically invalidating when files are updated.

🔒

Secure Encryption

Protects user credentials locally using OS-native DPAPI / Cryptography encryption. No passwords stored in plain text.

Downloads Center

Get the latest native package for your operating system.

🪟
Windows
Windows 10, 11 (x64)
Download ZIP
🍎
macOS
macOS 12+ (Intel & M-Series)
Download DMG
🐧
Linux
Ubuntu / Debian (AppImage)
Download AppImage

Scenario File Format

Structure your plain-text scenario files using simple, clean syntax rules.

login_tests.txt
# 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"
1

Hierarchical Folders

Use Folder: and Subfolder: keywords to group scenarios into categories. Folders are automatically generated in CucumberStudio recursively.

2

Scenario Declarations

Mark each test case using the Scenario: prefix, followed by a unique, descriptive title.

3

Actions & Expected Results

List steps sequentially using Action: and Result:. Multi-line descriptions are fully supported on subsequent lines.

4

Clean Comments

Prefix lines with # or // to write custom developer notes; the importer will automatically skip them.