cypress-io / cypress-documentation

Cypress Documentation for the Cypress App, API, Cypress Cloud, UI Coverage and Cypress Accessibility.
https://docs.cypress.io
MIT License
955 stars 1.05k forks source link

Archived @cypress/mocha-teamcity-reporter listed #6010

Closed MikeMcC399 closed 1 week ago

MikeMcC399 commented 1 week ago

Description

Issue

The Tooling > Reporters page links to the repo https://github.com/cypress-io/mocha-teamcity-reporter

  1. The repo was archived on May 16, 2024, meaning that it is essentially unsupported
  2. The npm registry entry https://www.npmjs.com/package/@cypress/mocha-teamcity-reporter however shows no deprecation. It only shows the release of @cypress/mocha-teamcity-reporter@1.0.0 7 years ago.
  3. The cypress@12.15.0 Changelog entry describes the removal of https://www.npmjs.com/package/@cypress/mocha-teamcity-reporter

Suggestion

  1. Review if there is an up-to-date, working and tested replacement for @cypress/mocha-teamcity-reporter. If yes, then use the replacement in the documentation.

  2. If not, then remove references in the documentation to:

  3. Add a deprecation flag to the npm registry entry https://www.npmjs.com/package/@cypress/mocha-teamcity-reporter

MikeMcC399 commented 1 week ago

It seems that Cypress currently includes "mocha-teamcity-reporter": "3.0.0" according to https://github.com/cypress-io/cypress/blob/develop/packages/server/package.json

so that would be the replacement.

MikeMcC399 commented 1 week ago