Skip to content

Instantly share code, notes, and snippets.

@chrisbreiding
Forked from jennifer-shehane/0.19.2.md
Last active April 14, 2017 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisbreiding/9ae8f6458fec3c3d79044ddf30c1dde4 to your computer and use it in GitHub Desktop.
Save chrisbreiding/9ae8f6458fec3c3d79044ddf30c1dde4 to your computer and use it in GitHub Desktop.
0.19.2

0.19.2 (----date---)

Notes:

Overview:

  • You can now run your tests in the [Electron browser] and will see it as an option in the browser dropdown. The Electron browser is a version of Chrome that ships with Electron. It's the browser used when running Cypress headlessly, so it may be useful for debugging issues that only occur during headless runs. (https://on.cypress.io/guides/browser-management#section-electron-browser)! Addresses #452

Features:

Bugfixes:

  • An error is now thrown if an undefined value is mistakenly passed into cy.wait. Previously, it would set the command timeout to an unimaginably large number of ms. Fixes #332
  • Fixed issue where the contents of state.json were emptied, which would cause a crash and loss of state information. Fixes #473 Fixes #474

Misc:

  • Error handling for invalid arguments passed to cy.wait has been improved and will now suggest valid arguments that are acceptable.
  • Browsers in the browser dropdown now have colored icons, which help visually distinguish the variants of Chrome.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment