Advertisement · 728 × 90

Posts by Endform

10/ When you build your test setup the right way from day one, you’re much less likely to lose trust in it later.
Your future self (and your team) will thank you.

6 months ago 0 0 0 0

9/ In short:
✅ Start with stable foundations
✅ Invest in API-level setup early
✅ Use fixtures, page objects, and shared abstractions
Your test suite should speed you up, not slow you down.

6 months ago 0 0 1 0

8/ Page objects & explicit concurrency control
Define structured interactions (buying a product, making an order) in a page object.
Use Promise.all to wait for both actions + requests so your test doesn’t break due to timing nuances.

6 months ago 0 0 1 0

7/ Use shared fixtures. If external dependencies fail (e.g. a third-party API), it should be handled at the fixture level — not in every single test.

6 months ago 0 0 1 0

6/ This approach lets your tests focus on behavior, not scaffolding. It leads to faster suites, easier maintainability, and more confidence.

6 months ago 0 0 1 0

5/ The alternative: API-driven test data
Create your users, subscriptions, and test state via API instead of the UI. Use fixtures to inject that data into Playwright.

6 months ago 1 0 1 0

4/ The core problem: too much setup in the UI.
If half your suite is just logging in, preparing users, etc., you’re doing it wrong.

6 months ago 0 0 1 0

3/ Signs your Playwright setup is failing
• Flaky tests due to shared state or data interference
• Failures on retries because of leftover state
• Tests wasting time on repetitive UI setup
• Symptoms reappearing unexpectedly

6 months ago 0 0 1 0
Advertisement
Preview
Why most Playwright setups fail Why bad Playwright setups cost more than bad tests, and how to build good ones

2/ 🔗 Full post: endform.dev/blog/why-mos...

6 months ago 0 0 1 0

1/ End-to-end tests are supposed to give you confidence.
Instead, many Playwright setups create… chaos.
Here’s why (and what to do instead) 🧵

6 months ago 4 2 1 0
Preview
Endform - Playwright end-to-end tests in seconds | Product Hunt Introducing Endform, the fastest Playwright test runner available. Run tests fully in parallel to get results in seconds. Stay on top of your failures and flaky tests. Endform lets you spend less time...

Endform is launching on Product Hunt!

Endform is the platform for Playwright E2E tests. Endform runs your tests faster and gives you insights into badly behaving tests.

Come check it out!
www.producthunt.com/products/end...

6 months ago 3 1 0 0
Preview
Pipelines don't care about fast unit tests Your CI/CD pipeleine bottleneck might not be what you think... A few tips on diagnosing what's really slowing you down.

So you got your unit tests running in a few dozen ms, but your CI/CD pipeline is still slow. What now?

endform.dev/blog/pipelin...

10 months ago 3 0 0 1
How we built the fastest Playwright end-to-end test runner Run your Playwright tests faster than anywhere else. Stay on top of your failures and flakes. Endform lets you spend less time waiting for re-runs, and more time shipping code.

Curious how we made Endform so fast? Here's our technical deep dive

endform.dev/blog/the-fas...

11 months ago 0 0 0 1
Post image

Hello world!

endform.dev/blog/introdu...

1 year ago 2 2 0 1