This repository was archived by the owner on Apr 23, 2020. It is now read-only.
Breaking changes
An upgrade guide (with partial automation) is available to help you update your tests through breaking changes.
- Renamed following concepts (#116):
Feature
toScenario
.Scenario
toSteps
(inside a feature/scenario)Flow
toVerbose
.Data
toFixture
.Hook
toLocator
.Widget
toComponent
.
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.