- Fix dimension mismatches on React applications
- Transfer ownership to The Orchard
- Implement Selenium UI testing using Cucumber
- Upgraded to Selenium 3.0
- Added suggested default settings for RSpec
Bugs:
- Can now take screenshots of pages that are wider than the browser
- Screenshots no longer include the browser scrollbar
Features:
- Can use
ChromedriverScreenshot.take_full_screenshot=
to revert to original screenshot behavior (helpful when actively writing tests)
Performance:
- Use :fast_rgb
ChunkyPNG preset to more quickly encode the canvas (~99% decrease in encoding runtime)
- Return original screenshot when stitching tiles for single-row or single-column pages (~40% decrease in encoding runtime)
Features:
- Initial release