How can I use the plugin with another env for config file?
Oaky78 opened this issue · 1 comments
Oaky78 commented
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
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