In the previous post on the Cypress Grep Plugin we installed and went through the basics of how to run just tests that have certain tags but what if you want to run all tests that do not have any tags?

Luckily, it is really easy to run all tests that are not tagged by using the grepUntagged=true parameter when running Cypress.

 npx cypress run --env grepUntagged=true