Skip to content

Upgrades Cypress container to 14.5.1 #545

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

Merged
merged 1 commit into from
Jul 16, 2025

Conversation

lukestanley
Copy link
Member

@lukestanley lukestanley commented Jul 15, 2025

Fixes broken tests caused by old Cypress container

Our GitHub Actions tests started failing because the Cypress Docker image was based on Debian Buster, which has reached end-of-life, and the package repositories are no longer readily accessible.
The container runs our unit tests and the end-to-end Cypress tests.
This upgrades the container from cypress/included:8.4.1 to cypress/included:14.5.1, which uses a supported Debian version and already includes Node.js v22.17.

Changes:

  • Upgrades Cypress container to 14.5.1
  • Removed redundant Node.js 18 installation (now included)
  • Added xauth package (required but no longer bundled)

Fixes #544

Copy link

vercel bot commented Jul 15, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
kendraio-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 15, 2025 5:11pm

…longer included by default), removes old Node 18 install steps.
@lukestanley lukestanley force-pushed the cypress-container-upgrade-GH-544 branch from 7cca843 to 2c84654 Compare July 15, 2025 17:10
@lukestanley lukestanley changed the title Cypress container upgrade, issue #544 Cypress container upgrade (Issue #544) Jul 15, 2025
@lukestanley lukestanley changed the title Cypress container upgrade (Issue #544) Cypress container upgrade Jul 15, 2025
@lukestanley lukestanley changed the title Cypress container upgrade Upgrades Cypress container to 14.5.1 Jul 15, 2025
@lukestanley lukestanley requested a review from Copilot July 15, 2025 17:36
Copilot

This comment was marked as duplicate.

@lukestanley lukestanley marked this pull request as ready for review July 15, 2025 17:37
@lukestanley lukestanley requested a review from Copilot July 15, 2025 17:37
Copy link

@Copilot 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

Updates the GitHub Actions test container to a supported Cypress image and removes redundant Node.js installation.

  • Upgrades the base image from cypress/included:8.4.1 to cypress/included:14.5.1.
  • Removes manual Node.js 18 installation steps.
  • Adds xauth to dependencies for proper X11 authentication.
Comments suppressed due to low confidence (1)

.github/actions/tests/Dockerfile:4

  • [nitpick] It would be helpful to add a comment explaining why xauth is required in this container to clarify its purpose for future maintainers.
RUN apt-get update && apt-get install -y curl jq xauth

Copy link
Collaborator

@CodeKrakken CodeKrakken left a comment

Choose a reason for hiding this comment

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

That all looks good, all tests passing. Good stuff!

@lukestanley lukestanley merged commit 496afae into develop Jul 16, 2025
3 checks passed
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.

Upgrade Cypress test container version
2 participants