Skip to content

Commit

Permalink
Add a warning to move reporter config
Browse files Browse the repository at this point in the history
  • Loading branch information
mhan83 committed Jul 16, 2024
1 parent 5714459 commit a7b9cfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cypress-runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ function getCypressOpts(

if (runCfg.cypress.reporters) {
opts = configureReporters(runCfg, opts);
console.log('Configuring multi reporters with saucectl is deprecated. We recommend migrating your configuration to your cypress config file.');
}
configureWebkitOptions(process.env, opts, suite);

Expand Down

0 comments on commit a7b9cfc

Please sign in to comment.