cypress-localstorage-commands
Version:
Extends Cypress' cy commands with localStorage methods. Allows preserving localStorage between tests
59 lines (46 loc) • 1.27 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [unreleased]
### Added
### Changed
### Fixed
### Removed
### BREAKING CHANGES
## [1.1.4] - 2020-01-13
### Changed
- Use fixed versions in e2e tests dependencies
## [1.1.3] - 2020-01-13
### Changed
- Use fixed versions in dependencies
## [1.1.2] - 2020-01-11
### Changed
- Upgrade dependencies
- Disable temporarily Sonar as it is under maintenance
## [1.1.1] - 2019-12-28
### Changed
- Upgrade dependencies.
- Rename acceptance tests into e2e tests.
- Improve documentation examples.
### Added
- Add npm command for running e2e tests.
- Add e2e tests to check that examples works.
## [1.1.0] - 2019-10-27
### Added
- Add getLocalStorage command
- Add setLocalStorage command
- Add removeLocalStorage command
- Add acceptance tests
### Changed
- Improve documentation
## [1.0.0] - 2019-10-26
### Added
- Add saveLocalStorage command
- Add restoreLocalStorage command
- Add clearLocalStorageSnapshot command
## [1.0.0-alpha.1] - 2019-10-26
### Added
- Add package structure.
- Package still not functional.
- Reserve npm package name.