All Versions
25
Latest Version
Avg Release Cycle
75 days
Latest Release
1862 days ago

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
  • v2.0.10

    September 08, 2015