Last Updated: February 22, 2024
·
7.452K
· 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