Releases: nightwatchjs/nightwatch-chrome-recorder
Releases · nightwatchjs/nightwatch-chrome-recorder
v0.2.2
What's Changed
- Chore: update dependencies and fix test by @vaibhavsingh97 in #10
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- feat: add stringify step by @vaibhavsingh97 in #8
- add: auto publish npm package with tag push by @vaibhavsingh97 in #9
Full Changelog: v0.1.4...v0.2.0
v0.1.4
v0.1.3
v0.1.2
What's Changed
- Add: documentation for Programmatic API by @vaibhavsingh97 in #2
- Refactor: NightwatchStringifyExtension, added new steps and their tests by @vaibhavsingh97 in #3
- Added
Hover
Step - Refactor
waitForElement
Step (Added support for assertions)
- Added
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Remove: prettier from
main.ts
, and update exported test Nightwatch way by @vaibhavsingh97 in #1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Initial Release
- Converts multiple recordings to Nightwatch tests in one go (out-of-the-box glob support)
- User can pass their custom path to export tests.
- Users can also use a dry run to see the interim output of the recordings
- Programmatic API, which users can use in their project to create plugins or custom scripts.