cypress-grep icon indicating copy to clipboard operation
cypress-grep copied to clipboard

Filter tests using substring

Results 49 cypress-grep issues
Sort by recently updated
recently updated
newest added

I tried it to see if it can burn BDD features. It did not work.

Hey, I've split all of my tests into 4 groups (`@A, @B, @C, @D`), and created a GitHub Action that runs 5 instances of Cypress in parallel. Each instance covers...

Hi Team, I installed `cypress-grep` in my project and I am getting the said error. Steps that I followed: 1. ./pnpm i -D cypress-grep 2. I have this line at...

needs reproduction

Right now having grep + it.only crashes the test runner

bug

This issue contains a list of Renovate updates and their statuses. This repository currently has no open or pending branches. --- - [x] Check this box to trigger a request...

**Issue:** When using a configFile that contains the desired grepTags, and attempting to utilize it.only() in order to debug tests, if the test case has a matching grep it opens...

I have test suite as describe('block for config', {tags: '@smoke'}, () => { it('should run', {tags: '@smoke'},() => {}) it('should also work', {tags: '@skip'},() => {}) }) I want to...

I'm not sure if this is by design, but I have a test file like this: ``` describe('My Test', { tags: '@myTag' }, () => { it('checks some data', {...

### Context Currently I have a framework that uses multiple tags for organizing Cypress runs. I'm using both `grepOmitFiltered:true` and `grepFilterSpecs:true`. All tags are working properly as far as running...

We moved this project to the main Cypress monorepo at `npm/grep`. We need document in this repo that it is deprecated, triage and old issues and add https://docs.npmjs.com/cli/v8/commands/npm-deprecate/