Skip to content

Releases: nightwatchjs/nightwatch-chrome-recorder

v0.2.2

18 Jan 07:58
144dcf4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

11 Nov 15:19
d7b8165
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.2.0

v0.1.4

12 Aug 11:40
782caaa
Compare
Choose a tag to compare

What's Changed

Add: prettier as a dependency

Full Changelog: v0.1.3...v0.1.4

v0.1.3

12 Aug 11:29
00cfcc5
Compare
Choose a tag to compare

What's Changed

Refactor:

  • Add: 'browser' as argument in generated Nightwatch tests c902ede

v0.1.2

12 Aug 11:10
b716f14
Compare
Choose a tag to compare

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)

Full Changelog: v0.1.1...v0.1.2

v0.1.1

09 Aug 17:54
2813987
Compare
Choose a tag to compare

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

09 Aug 08:23
5426b90
Compare
Choose a tag to compare

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.