name: olore-playwright-1.60.0 description: Local Playwright documentation reference (1.60.0). Playwright documentation. Use for end-to-end testing, browser automation, cross-browser testing, selectors, assertions, and test fixtures.
Playwright Documentation
Playwright documentation for end-to-end testing, browser automation, cross-browser testing, selectors, assertions, and test fixtures. Version 1.60.0.
Quick Reference
| Task | Entry Point |
|---|---|
| JavaScript/TypeScript setup | contents/intro-js.md |
| Writing tests | contents/writing-tests-js.md |
| Locators and selectors | contents/locators.md |
| API reference (Page) | contents/api/class-page.md |
| Test configuration | contents/test-configuration-js.md |
| Assertions | contents/test-assertions-js.md |
| Network mocking | contents/mock.md |
| Debugging | contents/debug.md |
When to use
Use this skill when the user asks about:
- End-to-end testing and browser automation
- Locators, selectors, and element interactions
- Test configuration, fixtures, parallelism, and retries
- Network interception, mocking, and API testing
- Screenshots, videos, tracing, and debugging
- Cross-browser testing (Chromium, Firefox, WebKit)
- Accessibility testing and emulation
- Playwright Test runner (JS/TS), pytest, JUnit, NUnit integrations
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.