0.4.1

Released Released on April 7, 2015

Features:

  • javascripts files can now utilize snockets, browserify, or requirejs.

Bugfixes:

  • Handle javascripts and preprocess them as we do regular specs. Fixes: #15.

  • Fixed an edge case when writing a test with a done callback alongside cy commands. 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 spec files.