playwright
Installation
SKILL.md
Playwright E2E Testing Guidelines
1. Project Setup
- Config:
e2e/playwright.config.ts - Tests:
e2e/tests/ - Run:
cd e2e && npx playwright test - Single project: chromium only
- Timeouts: 60s test, 15s expect
2. Custom Fixtures
Extend base test with typed fixtures for multi-browser scenarios:
import { test as base, expect, type Page } from "@playwright/test";
Related skills
More from tryswift/try-swift-tokyo
tca
Expert guidance on The Composable Architecture (TCA) for Swift, focusing on ReducerProtocol, macros, and testability.
32vapor
Expert guidance for Vapor 4+ development, focusing on async/await, Fluent, and content negotiation.
15ignite
Guidelines for building static sites using the Ignite Swift framework.
14swift-concurrency
Definitive guide for Swift 6+ Concurrency, strictly enforcing Sendable, Actors, and Structured Concurrency.
14skip
Guidelines for Android development using the Skip framework (Swift to Kotlin transpilation).
1asc-submit
Build, archive, export, and upload the try! Swift Tokyo app to App Store Connect for iOS, macOS, and visionOS using ASC CLI.
1