Skip to content

testingnotebook/cypress-grep-example

Repository files navigation

cypress-grep-example

Cypress Tests

This project supports the following blog post https://www.testingnotebook.com/posts/tagging-cypress-tests-with-cypress-grep/ which demonstrates how to tag Cypress tests in order to run tests for just a selected group.

Clone project

git clone git@github.com:testingnotebook/cypress-grep-example.git

Install dependencies

npm i

Run tests using a normal Cypress Run

npm t

Run tests only tagged as @example-tag-1

npm run test:tag1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published