Skip to content

Conversation

@adamrefaey
Copy link
Collaborator

Change

Remove Cypress dependencies and references from frontend configuration

Does this PR introduce a breaking change?

{...}

What needs to be documented once your changes are merged?

{...}

Additional Comments

{...}

@adamrefaey adamrefaey requested review from GuidoBR and Copilot April 28, 2025 15:27
@adamrefaey adamrefaey self-assigned this Apr 28, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes all Cypress dependencies and references from the frontend configuration to streamline testing and documentation. Key changes include:

  • Removal of Cypress support files (e2e.ts, commands.ts, and test.cy.ts).
  • Removal of the Cypress configuration file.
  • Updates to README.md to eliminate references to Cypress.

Reviewed Changes

Copilot reviewed 6 out of 10 changed files in this pull request and generated no comments.

Show a summary per file
File Description
frontend/cypress/support/e2e.ts Removed Cypress support file with global configuration.
frontend/cypress/support/commands.ts Removed custom command definitions for Cypress.
frontend/cypress/e2e/test.cy.ts Removed end-to-end test file for the Sign In Page.
frontend/cypress.config.ts Removed Cypress configuration file.
frontend/README.md Updated documentation by removing the Cypress reference.
Files not reviewed (4)
  • frontend/.gitignore: Language not supported
  • frontend/cypress/fixtures/example.json: Language not supported
  • frontend/package.json: Language not supported
  • frontend/tsconfig.json: Language not supported

@adamrefaey adamrefaey merged commit 6465022 into main Apr 28, 2025
1 check passed
@adamrefaey adamrefaey deleted the NO-TICKET-REMOVE-CYPRESS branch April 28, 2025 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants