TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Which E2E tool to pick? Need reliability and speed

2 pointsby alexbezhanabout 2 years ago
I&#x27;m planning on introducing e2e test in my startup. My success criteria is high ROI. Meaning creating, running and debugging tests is fast and easy and the tests are not flaky.<p>I understand that those criterias can be achieved with any tool if you know how to properly architect the environment and use the tool, but to me it&#x27;s a failure of a tool if it can only be properly used by the experts. I&#x27;m not an expert by any means in e2e.<p>So which tool sets me up for success the most by default?

4 comments

throwaway476287about 2 years ago
It depends on your stack and app type, but I had great experience with Ghost Inspector <a href="https:&#x2F;&#x2F;ghostinspector.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ghostinspector.com&#x2F;</a>
ashishbabout 2 years ago
Depends a lot on the application tech stack. A generic tool is usually the worst idea. Further, I would recommend writing tests along the axis of minimum change.
评论 #35179603 未加载
austin-cheneyabout 2 years ago
I have written a solution for this. See my email in my profile.
bradwoodabout 2 years ago
Playwright is pretty good. We just moved to it from Cypress.
评论 #35179618 未加载