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: Is there a tool to automate front end testing?

2 pointsby aj_nikhilalmost 2 years ago
I want to automate test cases on web application. Basically a tool that records my actions and then replays them whenever i want it to. I have checked Selenium webdriver but it requires coding and is very difficult to implement(or am I not implementing it properly)? Please suggest.

1 comment

deliriumchnalmost 2 years ago
Its called End to end testing (E2E) and there are plenty of frameworks to do that. For example, cypress.
评论 #36904445 未加载