Practical implementation guidance for Playwright JavaScript/TypeScript teams.
Operations
FAQ
Answers to common operational and implementation questions.
FAQ
Does ReleaseReady replace Playwright?
No. ReleaseReady works with your Playwright repository and execution flow. It does not replace the Playwright test framework.
Does ReleaseReady require GitHub Actions?
No. The product value is reducing CI configuration overhead, not forcing a larger CI YAML footprint. You can use GitHub webhooks, manual runs, and delegated execution.
Can I still trigger runs manually?
Yes. Manual runs remain a first-class onboarding and operational path.
What happens if I already have an older runner integration?
ReleaseReady keeps backward-compatible result ingestion for multiple runner payload variants.
Can I add more runner or agent types today?
Not through a finished plugin system yet. See Runners and agents architecture for the current analysis and recommended next step.
Where should I start?
Start with Quickstart and then use the JavaScript or TypeScript Playwright quickstart that matches your repository.