TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What do you think about No Code Browser Visual Testing?

2 点作者 gvkhna大约 4 年前
Hey HN,<p>I’ve launched Superadmin recently and am looking to collect feedback from the community on a no code tool to make testing easier. Superadmin gives developers no code tools to make visual testing easier. It brings all of the browsers ready to render your pages and run your automations in different devices and configurations.<p>We are engineers and have used various tools from homegrown at Google to others like Selenium and newer ones. We always found it a pain and time consuming to setup. We decided to make a solution that’s easy and requires no code! Using a browser extension to build WYSIWG style tests that allow you to automatically run point and click operations in a browser. We’re looking to build more tools around making visual testing easier. Check is out at:<p>http:&#x2F;&#x2F;Superadmin.so<p>I would appreciate your feedback on the product and website!

1 comment

littlecranky67大约 4 年前
FE contractor here with hundreds of hours writing selenium &amp; cypress tests. The main issue is not automating the browser, the main issue is getting the data access &amp; service mocks right.<p>I hardly ever had an application that could be testet against a dev&#x2F;prod DB - you will always need to setup special test cases with a certain dataset for a particular case - especially for those nasty corner cases for which you write your tests for. I&#x27;ve worked in projects where we created special testing REST endpoints to load&#x2F;unload scenarios into the DB, and also on other projects using browser mocks. In both cases, this is the work that requires the most amount of time.
评论 #26591516 未加载