Last Updated: July 24, 2025
·
7.724K
· jperl

Set up end-to-end tests in one minute

In this video we use QA Wolf to set up an end-to-end test on the TodoMVC react example:

  1. In an empty folder we initialize a node project with npm init -y.

  2. We add the necessary dependencies with npm init qawolf

  3. Then we create a test with npx qawolf create url

  4. Finally we run the test with npx qawolf test

1 Response
Add your response

Thanks for sharing this, Jonathan. That setup looks really quick and clean. Curious, have you run into any limitations or quirks when scaling tests with QA Wolf?

7 days ago ·