cypress-io / cypress-grep

Filter tests using substring
137 stars 19 forks source link

How can I use the plugin with another env for config file? #107

Closed Oaky78 closed 1 year ago

Oaky78 commented 2 years ago

I use env for my config file.

This is a part of the script for my pipeline. npx cypress run --record --parallel --ci-build-id "$(Build.BuildId)" --env $(stage)=true --config-file

In Cypress Plugins I use another Plugin from you:

module.exports = (on, config) => { require('cypress-grep/src/plugin')(config); return require('@bahmutov/cypress-extends')(config.configFile); }`

jordanpowell88 commented 1 year ago

We are in the process of deprecating this repo as this package has been republished under @cypress/grep and has moved to https://github.com/cypress-io/cypress/tree/develop/npm/grep. I'm going to go ahead and close this issue as it appears stale. If this is still an issue, please open a new issue here