Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

v0.7.0

Latest
Compare
Choose a tag to compare
@MattiSG MattiSG released this 07 Oct 20:52
· 48 commits to master since this release

Breaking changes

An upgrade guide (with partial automation) is available to help you update your tests through breaking changes.

  • Renamed following concepts (#116):
    • Feature to Scenario.
    • Scenario to Steps (inside a feature/scenario)
    • Flow to Verbose.
    • Data to Fixture.
    • Hook to Locator.
    • Widget to Component.

Backward compatibility is kept for this version, but support for previous names is deprecated and will be removed in a later version. Feedback on these names welcome.

Minor changes

  • Added compatibility with NPM 3.
  • Update documentation generation tool from JSdoc 2 to JSdoc 3.

Installing

npm install --global watai@0.7.0

If you can't npm install, use the archive below.