mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-25 00:19:22 -06:00
* Adding prototype before-quit handler to handle async teardown. * Getting binary builds * Let's try this then * Working the async changes backwards, hope I got them all. Unit tests will be a disaster currently. * Actually getting build artifacts for testing * Moving logic to server interactive/run * fix: Fix some tests * fix: Revert changes to circle config * fix: Fix some tests * fix: Fix more tests * fix: Remove dead code comment * fix: Fix ProjectDataSource tests * fix: Add comment prefix * fix: Remove comment and unnecessary async * fix: Build Mac binary * Reverting run changes * Addressing PR comments. Cleaning up a few naming quibbles I had. * Addressing TODO regarding onLoadError watcher cleanup. * Correcting catch * Fighting some unref errors on these catches * Reverting making this private en lieu of binding * Should have left these as instances, whoops * Removing unnecessary test that was previously skipped * Adding a couple cheap unit tests for the new interactive mode behavior Co-authored-by: Tyler Biethman <tbiethman@gmail.com> Co-authored-by: Tyler Biethman <tbiethman@users.noreply.github.com>