QA Wolf
Create browser tests 10x faster
QA Wolf is a free and open source library to create Playwright/Jest browser tests and run them in CI
🚀 Get Started | 📖 API | 👋 Chat | 🗺️ Roadmap

- Skip writing boilerplate. Your browser actions are converted to Playwright and Jest code.
- Built for stability. Avoid flaky tests with automatic waiting and smart element selectors.
- Test complex scenarios. Test your application like a user. Use third party sites, multiple windows, and hot keys.
- Test across browsers. Test your application on Chromium, Firefox, and WebKit.
- Easy CI setup. Run your tests in CI in parallel with one command, on push or on a schedule.
- Easy debugging. Each test run in CI includes a video, GIF, and detailed logs.
We're working to build a world where browser testing is effortless. We hope you'll join us!
Table of Contents
🖥️ Install QA Wolf
Install QA Wolf as a dev dependency with npm
:
cd /my/awesome/project
npm install --save-dev qawolf
QA Wolf is tested against the maintenance LTS versions of Node, v10 and v12.
✅ Create a browser test
Create a Playwright and Jest test:
npx qawolf create url [name]
Edit your test code as it is created by opening .qawolf/tests/myTestName.test.js
.
Run your test:
npx qawolf test [name]
☁️ Set up CI
Set up CI to run and record your tests in parallel. Use the video recording and detailed logs to debug failures.
npx qawolf azure
npx qawolf bitbucket
npx qawolf circleci
npx qawolf github
npx qawolf gitlab
npx qawolf jenkins
Chat with us if you want to run QA Wolf somewhere else.
🙋 Get Help
We want QA Wolf to work for you, so please reach out to get help!
📝 License
QA Wolf is licensed under BSD-3-Clause.
🙏 Acknowledgements
The DOM Recording artifact is using @Yuyz0112's awesome rrweb library!