diff --git a/src/cypress-runner.ts b/src/cypress-runner.ts index c9dadc6b..8a384561 100644 --- a/src/cypress-runner.ts +++ b/src/cypress-runner.ts @@ -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);