Releases: apolloeleven/qa-screenshot-comparator
Releases · apolloeleven/qa-screenshot-comparator
Dynamic page load timeout
Implement custom url parsing
v1.1.6 Update package.json
Skip WWW domains
v1.1.5 Update package json version
Emit thumbnail data in comparison emit
v1.1.4 Update package.json version
Thumbnails generation logic change
- Change thumbnail generation logic: crop image height according to width (square) and then resize
- Implement thumbnail generation for output (comparison) images
- Use Jimp library for crop and resize
Configurable paths
- Added possibility to configure relative path to current, output and stable folders
- Clear output folder on each generation run
Update package.json
v1.1.1 Update package json for 1.1.0 version
Change files structure
- Added optional thumbnail generation possibility for each image
- Implement optional HTTP basic authentication parameters
- Added event listeners for Generator class
- Structured files
- Improved code
- Improved README.md
Remove unsed dependencies
v1.0.1 Remove extra (unused) dependencies
First release
Fix .env.js problem
If .env file does not exist, then create custom custom object in src/conf.js file.