mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-25 01:49:06 -05:00
99bec89905816bc6c9b67461a2cd39063a137e2e
* fix: namespace Angular CT temp tsconfig by projectRoot hash In monorepos, multiple Angular component-testing projects can share the same path.basename(projectRoot) (e.g. libs/feature-a/feat-shell and libs/feature-b/feat-shell). The temp tsconfig was keyed only on that basename, so parallel component-test runs raced on the same /tmp/cypress-angular-ct/<basename>/tsconfig.json file and produced flaky spec-resolution failures. Suffix the temp directory with a short sha1 hash of projectRoot so every project gets its own isolated config. projectRoot is optional on getTempDir to preserve the public signature. Fixes #33634 * docs: add CHANGELOG entry for Angular CT temp dir hash fix (#33635) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
chore: combine the graphql package into the data-context package to avoid a cyclical dependency (#32566)
chore: combine the graphql package into the data-context package to avoid a cyclical dependency (#32566)
chore: Remove unused exports + remove 'export' from internal functions + fix circular dep + other dev fixes (#33212)
feat: add
cypress/angular-zoneless testing harness for Angular 21 (also supports Angular 20) (#33025)
misc: update
playwright-webkit from 1.24.2 to 1.56.1 and base-internal image from Debian Bullseye to Debian Trixie (#32852)
Documentation | Changelog | Roadmap
The web has evolved. Finally, testing has too.
Fast, easy and reliable testing for anything that runs in a browser.
Join us, we're hiring.
What is Cypress?
Installing
Install Cypress for Mac, Linux, or Windows, then get started.
npm install cypress --save-dev
or
yarn add cypress --dev
or
pnpm add cypress --save-dev
Contributing
Please see our Contributing Guideline which explains repo organization, linting, testing, and other steps.
License
This project is licensed under the terms of the MIT license.
Badges
Configure a badge for your project's README to show your test status or test count in the Cypress Cloud.
Or let the world know your project is using Cypress with the badge below.
[](https://www.cypress.io/)
Languages
TypeScript
56.3%
JavaScript
36%
Vue
4%
HTML
3%
SCSS
0.4%
Other
0.3%
