mirror of
https://github.com/go-vikunja/vikunja.git
synced 2025-12-05 19:16:51 -06:00
[PR #1739] feat: migrate cypress e2e tests to playwright #1722
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-vikunja/vikunja/pull/1739
Author: @kolaente
Created: 10/31/2025
Status: 🔄 Open
Base:
main← Head:claude/vikunja-cypress-playwright-migration-011CUff7KMW5NhLoEg2E5XGe📝 Commits (10+)
2e0e2b7feat: migrate E2E tests from Cypress to Playwrighta65b6bcchore: remove archived Cypress files0277eb7chore: update pnpm lockfile after removing Cypress dependencies299703ffix: use GET method for wait-on health checks in CIb8a9233fix: add @playwright/test to devDependenciese46406bfix: skip Playwright browser download in CI799e384fix: resolve Playwright CLI and module import issuescdc2c39chore: add playwright-report to .gitignore6405df2chore: add test-results to .gitignore91f85aachore: add Playwright artifacts to root .gitignore📊 Changes
86 files changed (+5223 additions, -6535 deletions)
View changed files
📝
.github/actions/setup-frontend/action.yml(+3 -2)📝
.github/workflows/test.yml(+30 -33)📝
frontend/.gitignore(+4 -0)➖
frontend/cypress.config.ts(+0 -28)➖
frontend/cypress/README.md(+0 -48)➖
frontend/cypress/docker-compose.yml(+0 -15)➖
frontend/cypress/e2e/misc/menu.spec.ts(+0 -35)➖
frontend/cypress/e2e/project/filter-persistence.spec.ts(+0 -79)➖
frontend/cypress/e2e/project/project-history.spec.ts(+0 -59)➖
frontend/cypress/e2e/project/project-view-gantt.spec.ts(+0 -155)➖
frontend/cypress/e2e/project/project-view-kanban.spec.ts(+0 -305)➖
frontend/cypress/e2e/project/project-view-list.spec.ts(+0 -196)➖
frontend/cypress/e2e/project/project-view-table.spec.ts(+0 -56)➖
frontend/cypress/e2e/project/project.spec.ts(+0 -171)➖
frontend/cypress/e2e/sharing/linkShare.spec.ts(+0 -61)➖
frontend/cypress/e2e/sharing/team.spec.ts(+0 -131)➖
frontend/cypress/e2e/task/comment-pagination.spec.ts(+0 -34)➖
frontend/cypress/e2e/task/overview.spec.ts(+0 -151)➖
frontend/cypress/e2e/task/subtask-duplicates.spec.ts(+0 -72)➖
frontend/cypress/e2e/task/task.spec.ts(+0 -1167)...and 66 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.