mirror of
https://github.com/cypress-io/cypress.git
synced 2025-12-20 13:51:29 -06:00
* bump node types * add network tests to terminals * dont use the web-config, just use regular TS so that it compiles much faster and line numbers work * fix missing promise * cache families to include host + port; fix types * fix incorrect cacheKey * fix skipped tests and updated error messages likely due to node upgrade * cleanup a ton of test context * Add changelog entry * close servers after each test * Update packages/network/lib/agent.ts Co-authored-by: Ryan Manuel <ryanm@cypress.io> * update tests to pass inside + outside of docker * try this in docker * try to enable ipv6 in circleci docker config * escape * dont run this test in CI * revert * skip the other test * maybe this works * try this * Update .circleci/workflows.yml * oops * i do not think we need sudo * test * test * try machine * refactor * that was weird * that was weird * mess with daemon and sudo * escape < * modify /etc/hosts * Update .circleci/workflows.yml * Update .circleci/workflows.yml * Update .circleci/workflows.yml * remove dead code * Update branch condition in CircleCI workflow * Update .circleci/workflows.yml * clean up * clean up * fix cy in cy tests * fix cy in cy * Update packages/server/lib/server-base.ts --------- Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com> Co-authored-by: Ryan Manuel <ryanm@cypress.io>