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.

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

9 pointsby jonperlabout 5 years ago

2 comments

heynkabout 5 years ago
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 未加载
jonperlabout 5 years ago
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!