0.9.3 • Published 4 years ago

@qawolf/browser v0.9.3

Weekly downloads
617
License
BSD-3.0
Repository
github
Last release
4 years ago

Introduction

🐺QA Wolf is an open-source Node package for recording browser tests. It translates your browser actions into Puppeteer and Jest test code.

Quickstart

Record Your Tests: Generate Jest & Puppeteer test code from your browser interactions. QA Wolf supports multiple windows, third party sites, and changing input values with environment variables.

Set up CI: Run your tests in CI with one command. We support CircleCI, Azure DevOps, and GitHub Actions (with more coming soon!). Artifacts for debugging are created per test.

Debug with Ease: Each test run includes a video, gif, interactive DOM recording, and browser logs as artifacts.

Avoid Flakes: QA Wolf waits for the next element or assertion to avoid loading flakes. It finds elements with multiple attributes, or a test attribute you specify (like "data-qa"), to avoid selector flakes. We battle test QA Wolf against public sites on a schedule to keep improving stability.

Get Started

Documentation

  1. Install QA Wolf as a dev dependency
npm i -D qawolf
  1. Record your test
npx qawolf record <url> [name]
  1. Run your test!
npx qawolf test [name]

Set up CI

Documentation

Set up CI with CircleCI:

npx qawolf circleci

Set up CI with Azure DevOps:

npx qawolf azure

Set up CI with GitHub Actions:

npx qawolf github

This will generate the relevant config file in your project. Edit this file as you like!

Support

We want QA Wolf to work for you, so please reach out to get help!

Gitter

E-mail

Acknowledgements

The DOM Recording artifact is using @Yuyz0112's awesome rrweb library!

0.9.3

4 years ago

0.9.3-alpha.0

4 years ago

0.9.2

4 years ago

0.9.1

4 years ago

0.9.0

4 years ago

0.9.0-beta.5

4 years ago

0.9.0-beta.4

4 years ago

0.9.0-beta.6

4 years ago

0.9.0-beta.1

4 years ago

0.9.0-beta.0

4 years ago

0.9.0-beta.3

4 years ago

0.9.0-beta.2

4 years ago

0.9.0-alpha.5

4 years ago

0.9.0-alpha.6

4 years ago

0.9.0-alpha.4

4 years ago

0.9.0-alpha.3

4 years ago

0.9.0-alpha.2

4 years ago

0.9.0-alpha.0

4 years ago

0.9.0-alpha.1

4 years ago

0.8.3

4 years ago

0.8.2

4 years ago

0.8.1

4 years ago

0.8.1-alpha.0

4 years ago

0.8.1-alpha.1

4 years ago

0.8.0-alpha.2

4 years ago

0.8.0

4 years ago

0.8.0-alpha.1

4 years ago

0.8.0-alpha.0

4 years ago

0.7.11

4 years ago

0.7.10

4 years ago

0.7.7

4 years ago

0.7.6

4 years ago

0.7.5

4 years ago

0.7.4

4 years ago

0.7.2

5 years ago

0.7.3

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.14

5 years ago

0.5.13

5 years ago

0.5.12

5 years ago

0.5.11

5 years ago

0.5.10

5 years ago

0.5.8

5 years ago

0.5.7

5 years ago

0.5.6

5 years ago

0.5.4

5 years ago

0.5.3

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.5

5 years ago

0.3.0

5 years ago