Adds buttons to each test and suite in the Cypress test runner UI to grep the output to that test/suite name
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();