0.18.5
Released 01/08/2017
Features:
- You can now disable
videoCompressionby passingfalseincypress.jsonor env variables. In very long runs and on CPU throttled instances compression can take a considerable amount of time, possibly as much as 50% of the time spent running actual tests. Fixes #372.
Misc:
- Improved performance when running
cypress runby caching the last bundled spec. This prevents having the same spec file rebundled each time cy.visit() caused a full page navigation. You should see a moderate improvement in test run time. Fixes #370. - We are now capturing
stdoutand several other properties for use + display in our Dashboard oncypress ciruns. - Enable cy.fixture() to send an encoding for images other than forcing the default encoding of
base64. Fixes #373. - Enable cy.route() to pass an
encodingparameter when usingfx:fixturesyntax. Fixes #374.