Skip to content

Adds buttons to each test and suite in the Cypress test runner UI to grep the output to that test/suite name

Notifications You must be signed in to change notification settings

jcupps/cypress-grep-buttons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

cypress-grep-buttons

Adds buttons to each test and suite in the Cypress test runner UI to grep the output to that test/suite name

cypress-grep-ui

To use, import in cypress/support/index.js and invoke:

// cypress/support/index.js

import cypressGrep from 'cypress-grep'; // Required dependency
import addGrepButtons from ' jcupps/cypress-grep-buttons';

cypressGrep();
addGrepButtons();

About

Adds buttons to each test and suite in the Cypress test runner UI to grep the output to that test/suite name

Resources

Stars

Watchers

Forks

Packages

No packages published