Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add deprecation warning for cypress.reporters feature #2855

Merged
merged 3 commits into from
Jul 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/web-apps/automated-testing/cypress/yaml/v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -897,6 +897,10 @@ cypress:
In order for your additional reporter to work, it must be compatible with the [cypress-multi-reporter plugin](https://www.npmjs.com/package/cypress-multi-reporters), which provides the underlying functionality.
:::

:::warning
This feature has been deprecated and will be removed in a future release. Migrate your reporter configuration to your cypress config file. See the [cypress documentation](https://docs.cypress.io/guides/tooling/reporters) for details or our [example repo](https://github.com/saucelabs/saucectl-cypress-example/tree/main/v1/examples/multi-reporter) for an example implementation.
:::

---

#### `name`
Expand Down
Loading