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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Create browser tests 10x faster with QA Wolf

9 点作者 jonperl大约 5 年前

2 条评论

heynk大约 5 年前
Hey! This is a really interesting tool. We have a product already set up with Playwright&#x2F;Jest, so this may come in pretty handy.<p>I see you have docs for converting a generated test to Typescript by hand, but it would be even better to pass a CLI flag to generate the TS test automatically. This would also lead to better types - i.e. `let browser: Browser;` vs. just `let browser`. Oh - looks like you&#x27;re already tracking that! <a href="https:&#x2F;&#x2F;github.com&#x2F;qawolf&#x2F;qawolf&#x2F;issues&#x2F;353" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;qawolf&#x2F;qawolf&#x2F;issues&#x2F;353</a><p>Another request would be to specify the output location of the generated test. We already have integration tests at `&#x2F;tests&#x2F;integration&#x2F;*`, and I&#x27;d prefer to keep them all in there.
评论 #22558532 未加载
jonperl大约 5 年前
Hi HN, we have been building this open source tool to make creating browser tests easier. It converts your browser actions to Playwright&#x2F;Jest code and sets up CI with one command. We would love any feedback!