All Versions
25
Latest Version
Avg Release Cycle
75 days
Latest Release
1725 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.2.5 Changes
April 14, 2015- ๐ Fixed #318 Path was incorrectly resolved when loading js scripts
-
v2.2.4 Changes
March 31, 2015- โก๏ธ Updated selenium version to 2.53.0
-
v2.2.2 Changes
February 28, 2015๐ Fixed
- โก๏ธ Updated selenium version to 2.52.0
- ๐ Fixed rules overriding and added more informative error message in case there was error inside rule
- Installation script for Mac. Now it creates a symlink in /usr/local/bin/galen
- ๐ Fixed default functions replacement when using $page in GalenPages
- โ Added 'singleline' text operation for text validation
- โ Added 2 pixels error rate in spec 'inside' when checking that the element is not completely inside another element
-
v2.2.1 Changes
December 08, 2015๐ Fixed
- ๐ Spec parser now gives error when there is incorrect text in the end of spec
- โ Added missing file js api: createFile, writeFile, appendFile, deleteFile
- ๐ Fixed report css for attachments and extras link
-
v2.2.0 Changes
December 05, 2015โ Added
- Object groups in page spec
- Arguments for component spec
- Code blocks processing for custom rules
- Alpha channel for area avoidance in image comparison
- "mask" filter in image spec
- An error handling when specs are indented below each other
- "viewport" and "screen" objects in page spec JS API
- ๐ Support for JUnit report
- ๐ New function in JS API
- parsePageSpec
- checkPageSpecLayout
- makeDirectory
- listDirectory
- fileExists
- isDirectory
- "screen" and "viewport" objects in page dump
๐ Changed
- ๐ง Using galen.config file by default for configuration
- All object statements in spec files are now strict
- ๐ Improved denoise filter in image spec
- โ Removed objects text properties from page dump
- โ Removed visiblity caching for web elements when checking layout
- โ Added sorting objects by size in heatmap and screenshot popup in html report
๐ Fixed
- Second level components had broken scope
- โ Tabs indentation in test suites
- dumpPage js function could not work with undefined excludedObjects
- ๐ Fixed error of 1 extra pixel in image spec, which was caused due to pixel rounding
-
v2.1.3 Changes
November 11, 2015๐ Fixed
- Viewport calculation. Now it ignores scrollbars
- ๐จ console.log is able to print Java objects
-
v2.1.2 Changes
September 29, 2015๐ Fixed
- LayoutReport.errors() was not taking into account errors within object-based custom rules
- โ Exception within tests are now printed to console
-
v2.1.1 Changes
September 29, 2015๐ Fixed
- Blur for edges of page element image
- โ Removed default ./ prefix to all spec paths
- Screen identification on some websites
๐ Changed
- โ Exiting with error code by default in case there were failed tests
-
v2.1.0 Changes
September 21, 2015๐ Changed
- Java API:
- Changed signature of Galen.checkLayout method
- Removed Galen.dumpPage method.
- Introduced GalenPageDump class for making page dumps
โ Added
- insideFrame function to PageElement prototype in GalenPages
- Heatmap for layout reports in html report
- ๐ "self" special object in specs parser
- Custom information table in html report
- Option for object to be omitted in page dump
- "load" function accept an array of strings
- ๐ Support for float percentages in color-scheme validation
- "count" spec for validating the amount of specific objects on page
- ๐ Providing object locators to spec parser from Java and JavaScript
- โ Switch for page elements area finding method. This makes it possible to tests on iOS devices 7.0 and greater
๐ Fixed
- ๐ String concatenation in Galen Specs parser
- RasterFormatException in page dump in case the screenshot is smaller than the element area
- ๐ Improved layout for image comparison popup in HTML report
- Java API:
-
v2.0.10
September 08, 2015