HACKER Q&A
📣 alexbezhan

Which E2E tool to pick? Need reliability and speed


I'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.

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's a failure of a tool if it can only be properly used by the experts. I'm not an expert by any means in e2e.

So which tool sets me up for success the most by default?


  👤 throwaway476287 Accepted Answer ✓
It depends on your stack and app type, but I had great experience with Ghost Inspector https://ghostinspector.com/

👤 ashishb
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.

👤 austin-cheney
I have written a solution for this. See my email in my profile.

👤 bradwood
Playwright is pretty good. We just moved to it from Cypress.