Endform logo

Come as you are

Bring your Playwright suite exactly as it is. No hoops to jump through, no compromises on the features you love.

Playwright: end-to-end testing for the modern web

Playwright has quickly become the most popular choice for end-to-end testing for the web.

Since its inception in 2020, the Playwright testing framework has expanded to support a wide range of features and use cases. Reaching almost 10 million downloads per week in June 2025, it's clear that teams love what Playwright has to offer.

At Endform, we are making it our mission to make it as straightforward as possible to run Playwright tests. This isn't only about speed, but about supporting whatever code structure and test suite features you use to write and run your tests effectively.

Everything you love, supported

Great Playwright Feature Support

Multiple project configurations, different test environments or custom timeouts. Your existing Playwright config works out of the box.

Custom Dependencies

We automatically detect and include all the dependencies you need to run your tests. This includes third-party packages, as well as internal or TypeScript dependencies.

Locally running servers

Endform can proxy traffic from test runners through your local network. Internal or locally running services are no problem.

1import { defineConfig, devices} from ;
2
3if (!process.) {
4 throw new Error("PREVIEW_URL must be set");
5}
6
7export default defineConfig({
8 testDir: "./tests",
9 fullyParallel: true,
10 forbidOnly: !!process.env.CI,
11
12 reporter: [["list"], []],
13 use: {
14 baseURL: process.env.PREVIEW_URL,
15
16
17 },
18
19
20 command: "npm run dev",
21 port: 3000,
22 },
23
24
25 globalTeardown: require.resolve("./global-teardown"),
26
27
28 {
29 name: "setup",
30 testMatch: "setup.spec.ts",
31 },
32 {
33 name: "chromium",
34 testIgnore: "setup.spec.ts",
35 dependencies: ["setup"],
36 use: {
37 ...devices["Desktop Chrome"],
38 },
39 },
40 ],
41});

No migration required

Start running your existing Playwright tests at scale in minutes, not weeks.

Join the waitlist ✉️ to get notified when we start inviting users.

Explore endform

Discover how Endform transforms your testing workflow