0.19.1
Released Released on March 8, 2017
Features:
Added
Cypress.versionproperty. Fixes #404.Selecting
<option>inside<optgroup>now works with.select(). Fixes #367.
Bugfixes:
EMFILEerrors have been fixed. These were being caused due toulimitbeing too low on your OS. This should fix the file watching problems people were having. Essentially we just replacedfswithgraceful-fsand crossed our fingers this works. (It did on our machines). Fixes #369.Now you can select the error text in the GUI. Fixes #344.
Cypress now correctly re-bundles files even when
watchForFileChangesis set tofalse. Fixes #446 and #347.Fixed file watching when changing the
integrationFolderto something other than the default value. Fixes #438..select()now works on options that have the same value. Fixes #441.Cypress no longer crashes when you click links in the on-boarding screen called "To help you get started...". Fixes #227.
The
example_spec.jsfile that gets seeded on a new project no longer fails oncy.readFile(). Fixes #414.
Misc: