Miscellaneous
Scaffold a Playwright test
{
"Playwright Test Scaffold": {
"scope": "javascript,typescript",
"prefix": ["pwtest", "playwright-test", "playwright"],
"body": [
"const { test, expect } = require('@playwright/test');\n",
"test('${1:title}', async ({ page }) => {",
"\u0009await page.goto('${2:url}')",
"});"
],
"description": "Scaffold a playwright test"
}
}
My Tasks
- Record video
- Edit the recording
- Publish to youtube
Last updated on