0.8.1 β’ Published 5 years ago
@qawolf/jest-fail-fast v0.8.1
Table of Contents
- π₯οΈ Install QA Wolf
- β Create a browser test
- βοΈ Set up CI
- π Get Help
- π License
- π Acknowledgments
π₯οΈ 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 Puppeteer and Jest test:
npx qawolf create <url> [name]
Run your test:
npx qawolf test [name]
βοΈ Set up CI
Set up CI to run and record your tests in parallel. Watch the video, gif, and dom artifacts from your CI runs.
npx qawolf azure
npx qawolf circleci
npx qawolf github
npx qawolf gitlab
npx qawolf jenkins
Ping 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!