0.4.1
Released 04/08/2015
Features:
javascriptsfiles can now utilizesnockets,browserify, orrequirejs.
Bugfixes:
- Handle
javascriptsand preprocess them as we do regular specs. Fixes: #15. - Fixed an edge case when writing a test with a
donecallback alongsidecycommands. This situation would always cause a timeout after 30 seconds even though the test would pass.
Misc:
- Internally refactored Cypress for easier testability / debuggability.
- Organized files around in preparation for OS release.
- Added lightweight module system / optimized Cypress listeners to prevent duplicated events.
- Changed url strategy for sending down
specfiles.