mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-07 23:19:48 -06:00
* feat: implement JIT component experiment [run ci] * don't update the dev server unnecessarily if the run is cancelled [run ci] * fix system test flake * Update cli/types/cypress.d.ts Co-authored-by: Ryan Manuel <ryanm@cypress.io> * Update system-tests/projects/experimental-JIT/webpack/cypress/support/component-index.html Co-authored-by: Ryan Manuel <ryanm@cypress.io> * Update system-tests/projects/experimental-JIT/vite/cypress/support/component-index.html Co-authored-by: Ryan Manuel <ryanm@cypress.io> * chore: ignore node_modules for webpack dev server * be sure to end span when throwing error --------- Co-authored-by: Ryan Manuel <ryanm@cypress.io>