0.8.1 β€’ Published 5 years ago

@qawolf/jest-fail-fast v0.8.1

Weekly downloads
260
License
BSD-3.0
Repository
github
Last release
5 years ago

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

Documentation

Create a Puppeteer and Jest test:

npx qawolf create <url> [name]

Create a test

Run your test:

npx qawolf test [name]

☁️ Set up CI

Documentation

Set up CI to run and record your tests in parallel. Watch the video, gif, and dom artifacts from your CI runs.

Azure

npx qawolf azure

CircleCI

npx qawolf circleci

GitHub

npx qawolf github

🦊 GitLab

npx qawolf gitlab

🀡 Jenkins

npx qawolf jenkins

Set up CI

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!