📺 The Old Paradigm

The old pattern of testing involves executing the following steps for each and every single test we run using this pattern:

  1. Create a new user
  2. Login to the app
  3. Create a new project
  4. Perform test functions

As you might imagine this has some drawbacks that include the following:

📱 The New Paradigm

The new pattern of testing involves leveraging features of our testing library that allow us to better optimize how our tests to run in the following ways: