Skip to content

Commit

Permalink
update for grep tags plugin (#3422)
Browse files Browse the repository at this point in the history
  • Loading branch information
ostapwd committed May 10, 2024
1 parent f3f649e commit 4d815d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cypress.config.js
Expand Up @@ -102,10 +102,10 @@ module.exports = defineConfig({
delete process.env.TESTRAIL_PROJECTID;
}

const configCloud = await cloudPlugin(on, config);

// eslint-disable-next-line global-require
const result = require('@cypress/grep/src/plugin')(configCloud);
const grepConfig = require('@cypress/grep/src/plugin')(config);

const result = await cloudPlugin(on, grepConfig);

// eslint-disable-next-line global-require
await require('cypress-testrail-simple/src/plugin')(on, config);
Expand Down

0 comments on commit 4d815d3

Please sign in to comment.