Tutorials
Step-by-step guides for common testing scenarios.
Available Tutorials
| Tutorial | Description |
|---|---|
| Your First Test | Create your first E2E test |
| Testing a Plugin | Complete plugin testing guide |
| Multi-Project Setup | Multiple Playwright projects |
| CI/CD Integration | GitHub Actions integration |
| Keycloak OIDC Testing | Authentication testing |
| Custom Page Objects | Create custom page objects |
Prerequisites
Before starting, ensure you have:
- Node.js >= 22
- Yarn >= 3
- Access to an OpenShift cluster
oc,kubectl, andhelmCLI tools- Basic familiarity with Playwright
Recommended Order
- Your First Test - Start here
- Testing a Plugin - Complete workflow
- Keycloak OIDC Testing - Authentication
- Multi-Project Setup - Scale up
- CI/CD Integration - Automation
- Custom Page Objects - Advanced