upgrade cypress version
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 117
- Forks
- 51
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 4
Description
Our package.json specifies cypress ^9.5.2, which yields the last release from 9.x, 9.7, in CI. Current Cypress release is 13.x. Evidence is anecdotal, but on most recent Cypress versions my local runs of e2e tests are significantly faster (multiple x) and more respectful of memory limitations.
Acceptance Criteria
--
1. UI tests use current Cypress version.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open package.json to find the Cypress dependency, then inspect the e2e test setup and CI configuration for version-specific assumptions. Upgrade Cypress to the current 13.x release and verify that the UI tests pass in CI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cypress, typescript
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100