Releases: hammzj/cypress-page-object
Releases · hammzj/cypress-page-object
v1.0.1
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
Example tests are available as a "style guide" for working with page objects and component objects.
v0.0.1
This is the initial release of the barebones ElementCollection
, ComponentObject
, and PageObject
classes. Testing and TypeScript to be made available in a future release.