Muaz Othman f2d248caa2 fix(server): prevent hung BiDi removeIntercept from killing run
- Cap network.removeIntercept with a 2s timeout so a wedged Firefox 144 BiDi server can't abort the automation socket when it races with browsingContext.close.
- Clear interceptId before awaiting the BiDi call so internal state stays consistent regardless of outcome.
- Swallow and debug-log failures since this cleanup is best-effort.
- Add regression test covering the never-resolving removeIntercept case.
2026-05-22 09:54:28 -05:00
2025-10-03 14:29:50 -04:00
2023-09-05 08:42:57 -04:00

Cypress Logo

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.

npm Discord chat StackShare

What is Cypress?

Why Cypress Video

Installing

npm version

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

installing-cli e1693232

Contributing

cypress CircleCI - develop branch

Please see our Contributing Guideline which explains repo organization, linting, testing, and other steps.

License

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.

cypress

cypress

Or let the world know your project is using Cypress with the badge below.

Cypress.io

[![Cypress.io](https://img.shields.io/badge/tested%20with-Cypress-04C38E.svg)](https://www.cypress.io/)
S
Description
Fast, easy and reliable testing for anything that runs in a browser.
Readme MIT 960 MiB
Languages
TypeScript 56.3%
JavaScript 36%
Vue 4%
HTML 3%
SCSS 0.4%
Other 0.3%