name: olore-playwright-latest description: Local Playwright documentation reference (latest). Playwright documentation. Use for end-to-end testing, browser automation, cross-browser testing, selectors, assertions, and test fixtures.
playwright Documentation
Playwright documentation. Use for end-to-end testing, browser automation, cross-browser testing, selectors, assertions, and test fixtures.
Quick Reference
| Task | Entry Point |
|---|---|
| Get started (JS/TS) | contents/intro-js.md |
| Get started (Python) | contents/intro-python.md |
| Write tests | contents/writing-tests-js.md |
| Locators and selectors | contents/locators.md |
| Page API reference | contents/api/class-page.md |
| Locator API reference | contents/api/class-locator.md |
| Assertions | contents/test-assertions-js.md |
| Network interception | contents/network.md |
| Authentication | contents/auth.md |
| CI/CD setup | contents/ci.md |
When to use
Use this skill when the user asks about:
- End-to-end browser testing with Playwright
- Browser automation, web scraping, or page interaction
- Selectors, locators, and finding elements
- Assertions and auto-waiting behavior
- Test configuration, fixtures, and parallelization
- Network mocking and interception
- Playwright API (Page, Locator, BrowserContext, etc.)
- Running Playwright in CI, Docker, or with MCP
How to find information
- First, read
TOC.mdfor complete file listing organized by directory - Identify relevant section based on user's question
- Read specific files for details
TOC.md contains all files organized by directory - always check it first.