Skip to content

Conversation

@AlexJSully
Copy link
Owner

Add end-to-end testing via Cypress so future updates can be managed and tested more easily and with higher confidence that nothing broke.

@AlexJSully AlexJSully requested a review from Copilot August 11, 2025 00:25
@AlexJSully AlexJSully self-assigned this Aug 11, 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 sets up end-to-end testing infrastructure using Cypress to enable automated testing of the application's user interface and workflows. This will provide higher confidence when making future updates by catching regressions early.

  • Adds Cypress testing framework with configuration and support files
  • Creates initial landing page test to verify basic UI elements
  • Integrates e2e tests into the validation pipeline and CI/CD workflow

Reviewed Changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
package.json Adds Cypress dependencies and npm scripts for running e2e tests
eslint.config.js Excludes Cypress config from ESLint checking
cypress/support/e2e.js Cypress support file for global test configuration
cypress/support/commands.js Template file for custom Cypress commands
cypress/e2e/landing.cy.js Initial e2e test for landing page functionality
cypress.config.js Cypress configuration with experimental features enabled
.github/workflows/code-qa.yaml Adds e2e testing step to CI pipeline

@AlexJSully AlexJSully merged commit ce6bad5 into master Aug 11, 2025
4 checks passed
@AlexJSully AlexJSully deleted the alexjsully-250810-cypress branch August 11, 2025 01:01
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.

2 participants