This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Description
Is this a Feature or Bug?
bug
Current behavior:
upon compilation error, the browser does not reload automatically, and requires a manual refresh to see it
Desired behavior:
compilation errors should be displayed in the browser runner without having to manually reload the page
How to reproduce:
in this repo:
npx cypress open
[select compile-error.js]
[make a change + save compile-error.js]
[notice new syntax error is not reflected in browser gui until manual refresh]
Additional Info (images, stack traces, etc)