Skip to main content

2 docs tagged with "testing"

View all tags

E2E Testing (Playwright)

The RCB frontend uses Playwright for end-to-end tests covering all major user flows across multiple viewports. Tests run against a live application (local dev server or deployed environment).

End-to-End Testing with Playwright

The RCB frontend uses Playwright for end-to-end browser testing. Playwright tests run against a real (or dev server) React application, testing full user flows across multiple real browser engines and device sizes.