Skip to content

Commit

Permalink
Not just multiple reporter configs that are deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
mhan83 committed Jul 17, 2024
1 parent 4bd1091 commit 69c96ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cypress-runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function getCypressOpts(
if (runCfg.cypress.reporters && runCfg.cypress.reporters.length > 0) {
opts = configureReporters(runCfg, opts);
console.log(
'Configuring multi reporters with saucectl is deprecated and will be removed in a future release. Migrate your configuration to your cypress config file.',
'Configuring reporters with saucectl is deprecated and will be removed in a future release. Migrate your configuration to your cypress config file.',
);
}
configureWebkitOptions(process.env, opts, suite);
Expand Down

0 comments on commit 69c96ec

Please sign in to comment.