Skip to content

Remove unused Cypress config#12663

Merged
OliverJAsh merged 1 commit intomasterfrom
rm-cypress
Mar 4, 2026
Merged

Remove unused Cypress config#12663
OliverJAsh merged 1 commit intomasterfrom
rm-cypress

Conversation

@OliverJAsh
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings March 3, 2026 10:59
@vercel
Copy link

vercel bot commented Mar 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
gitbutler-web Ready Ready Preview, Comment Mar 3, 2026 0:10am

Request Review

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 Cypress from the monorepo’s desktop app setup, cleaning up dependencies and configuration that are no longer used.

Changes:

  • Removed Cypress dev dependency and related desktop npm scripts.
  • Deleted the desktop Cypress config and removed Cypress-related TS config includes.
  • Cleaned up lockfile entries and .gitignore rules tied to Cypress artifacts.

Reviewed changes

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

Show a summary per file
File Description
pnpm-lock.yaml Removes cypress and its transitive dependency graph from the lockfile.
package.json Drops cypress from ignoredBuiltDependencies now that it’s no longer used.
apps/desktop/tsconfig.json Removes Cypress-related files/globs from the TypeScript project includes.
apps/desktop/package.json Removes Cypress scripts and the cypress devDependency for the desktop app.
apps/desktop/cypress.config.ts Deletes the unused Cypress configuration file.
.gitignore Removes Cypress-specific ignore rules (and the adjacent UI test cache ignore entry that was grouped there).
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

@OliverJAsh OliverJAsh merged commit 28336bc into master Mar 4, 2026
33 checks passed
@OliverJAsh OliverJAsh deleted the rm-cypress branch March 4, 2026 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants