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

`Error: Incompatible versions detected, cypress-grep 2.0.0+ requires Cypress 10.0.0+` is what I got when I mistakenly installed the newest version It should be `3.0.0`

The grepFilterSpecs only appears to work correctly if the specPattern value is the default value. If the value is changed, by setting it within the config, the grepFilterSpecs no longer...

This package is failing a `yarn audit` at `^3.0.1`. A dependency relies on `got` `=11.8.5 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ cypress-grep │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ cypress-grep > find-test-names...

When grepTags and grepOmitFiltered:true are used together, skipped tests ( via it.skip) are not skipped. When a test is skipped via it.skip, it is not skipped when grepOmitFiltered:true is used...

With the new explicit-not tag from #122, I expected to be able to do something like this in our CI: `--env grepTags='$VAR --@flaky'`, where `VAR` is a variable that depends...

When adding cypress grep to a project this CVE was highlighted by whitesource https://www.whitesourcesoftware.com/vulnerability-database/CVE-2021-3807

We have a suite (`describe`) consists of a few tests (`it`). On top of that suite, we have a for loop to iterate through that suite. We are using `cypress-grep`...

Hi, I followed documentation to install cypress-grep package and added configs: // cypress/plugins/index.js module.exports = (on, config) => { require('cypress-grep/src/plugin')(config) return config } I was able to run tests using...

How to differentiate results based on tags? For example I run tests with several tags: tag1, tag2, tag3 and want to get result counts of passed, failed, etc tests by...