All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
This change log follows the format documented in Keep a CHANGELOG.
- Bumps to Cypress v3.6.1
- Adds functionality for testing a single HTML element
- Bumps to Cypress v3.4.1
- Bumps to Cypress v3.3.2, adds Prettier, and uses mkdirp instead of fs.mkdirSync
- Bumps to Cypress v3.3.1
- Bumps to Cypress v3.2.0
- Uses pixelmatch instead of image-diff
- BREAKING:
errorThreshold
now compares with the square root of the percentage of pixels that have changed. For example, if the image size is 1000 x 660, and there are 257 changed pixels, the error value would be(257 / 1000 / 660) ** 0.5 = 0.01973306715627196663293831730957
.