CoolFace
Datasetpublic

enigmare/v2-crawler

sourceHugging Faceupdated 28d agoView on Hugging Face
1likes904downloads
playwright_dev.jsonl2 linesDownload Raw Back to documentation
1{"id":"doc-installation_playwright-766bc9d6","source":"documentation","title":"Installation | Playwright","url":"https://playwright.dev/docs/intro","text":"Example:\n```bash\nnpm init playwright@latest\n```\n\nExample:\n```bash\nyarn create playwright\n```\n\nExample:\n```bash\npnpm create playwright\n```\n\nExample:\n```bash\nplaywright.config.ts         # Test configurationpackage.jsonpackage-lock.json            # Or yarn.lock / pnpm-lock.yamltests/  example.spec.ts            # Minimal example test\n```\n\nExample:\n```bash\nnpx playwright test\n```\n\nExample:\n```bash\nyarn playwright test\n```\n\nExample:\n```bash\npnpm exec playwright test\n```\n\nExample:\n```bash\nnpx playwright show-report\n```\n\nExample:\n```bash\nyarn playwright show-report\n```\n\nExample:\n```bash\npnpm exec playwright show-report\n```\n\nExample:\n```bash\nnpx playwright test --ui\n```\n\nExample:\n```bash\nyarn playwright test --ui\n```\n\nExample:\n```bash\npnpm exec playwright test --ui\n```\n\nExample:\n```bash\nnpm install -D @playwright/test@latestnpx playwright install --with-deps\n```\n\nExample:\n```bash\nyarn add --dev @playwright/test@latestyarn playwright install --with-deps\n```\n\nExample:\n```bash\npnpm install --save-dev @playwright/test@latestpnpm exec playwright install --with-deps\n```\n\nExample:\n```bash\nnpx playwright --version\n```\n\nExample:\n```bash\nyarn playwright --version\n```\n\nExample:\n```bash\npnpm exec playwright --version\n```\n\n<|endofdoc|>","metadata":{"transformedAt":"2026-08-18T15:18:07.532Z","totalSectionsIncluded":0,"totalCodeBlocksIncluded":19,"totalLines":96,"estimatedTokens":309}}2