Ctrl+P
A VS Code extension that automatically creates the next demo test file in sequence.
demo1.spec.js
demo7.spec.js
demo8.spec.js
import { test } from "@playwright/test"; test("test1", async ({ page }) => { // Your test code here });