Endform is now available on the Vercel Marketplace, offering parallel Playwright test execution where every test runs on its own isolated machine. The practical ceiling: your full test suite completes in the time of your slowest single test, not the sum of all of them.

No config changes are required to bring existing Playwright tests into Endform. Each deployment, production or preview, gets a pass/fail check linked to full traces in the Endform dashboard. Flaky test detection works by tracking results across historical runs, giving you pattern data instead of one-off failures. Billing is runtime-only, meaning you pay for actual test execution time.

Install via the Vercel Marketplace or with the Vercel CLI using 'vc i endform'. The original changelog entry is worth reading for the deployment check integration details, specifically how Endform hooks into Vercel's Checks API to surface results directly in the deployment flow.

[READ ORIGINAL →]