Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>demo-file-creatorNew to Visual Studio Code? Get it now.
demo-file-creator

demo-file-creator

Bhanu Prakash HK

|
6 installs
| (0) | Free
create new demo.spec.js file
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Extension Icon

Next Demo File

A VS Code extension that automatically creates the next demo test file in sequence.

Features

  • Right-click on a folder or file in Explorer → Create Next Demo File
  • If no demo file exists, creates demo1.spec.js
  • If demo7.spec.js exists, creates demo8.spec.js
  • Inserts Playwright boilerplate code automatically:
    import { test } from "@playwright/test";
    
    test("test1", async ({ page }) => {
        // Your test code here
    });
    
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft