Skip to content

Releases: hammzj/cypress-page-object

v1.0.1

15 Jan 19:40
dacbfd6
Compare
Choose a tag to compare

Fixes

  • Try to fix exports
  • Do not require postinstall hook as it affects packages that import this one

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

15 Jan 15:36
Compare
Choose a tag to compare

Example tests are available as a "style guide" for working with page objects and component objects.

v0.0.1

28 Dec 20:03
8309093
Compare
Choose a tag to compare

This is the initial release of the barebones ElementCollection, ComponentObject, and PageObject classes. Testing and TypeScript to be made available in a future release.