Skip to content
This repository was archived by the owner on Jan 3, 2019. It is now read-only.

v5.0.0

Choose a tag to compare

@clebert clebert released this 16 May 09:51

5.0.0 (2017-05-16)

Features

  • fix: verify() now throws on error
  • feat: new element.existence property
  • feat: new should.beBetween() predicate
  • feat: improved and simpler TAP output
  • feat: increased default retryDelay (500 to 1000)
  • refactor: complete rewrite of the core mechanics
  • docs: add a simpler and more stable example
  • docs: improve api documentation
  • test: switched from AVA, nyc, Sinon, proxyquire to Jest

Breaking Changes

  • feat: remove browser.takeScreenshot() method (the screenshot functionality is added again with the planned plug-in mechanism)
  • feat: defineElement() has a new signature
  • feat: renamed some predicates

Closes #189, #186, #185, #183

(d0a30236)