Skip to content

Releases: galenframework/galen

Released version 1.4.3

16 Nov 22:07
Compare
Choose a tag to compare

Implemented #143 Config file is made configurable

Released version 1.4.2

11 Nov 21:49
Compare
Choose a tag to compare

Fixed "resize" function in javascript. It was not working

Released version 1.4.1

09 Nov 21:06
Compare
Choose a tag to compare

Fixed count bug within secondary spec which was introduced in version 1.4.0

Released version 1.4.0

09 Nov 19:51
Compare
Choose a tag to compare
Pre-release

Features:

  • #76 Added 'css' spec for testing css properties of page elements
  • #25 Custom javascript function in specs. Also improved math parser in parameterized specs
  • #86 Added operations 'lowercase' and 'uppercase' to text spec
  • #74 Added 'hover' function to GalenPages.PageElement in order to simulate ":hover" style of element
  • #73 checkLayout function now allows to use simple string for one tag intstead of array
  • #136 GalenPages waitForIt function now also checks that the element is visible
  • #128 resize function in javascript API

Bugfix:

  • #137 Same scripts were loading multiple times
  • #129 Full page screenshots were not properly waiting for page to be scrolled
  • #113 Conditional statements conflicted with parameterized checks
  • #111 Unclear error message when missing 'px' in ranges
  • #95 Incorrect imported spec path resolution

Released version 1.3.4

06 Nov 21:40
Compare
Choose a tag to compare

Released version 1.3.3

08 Oct 10:16
Compare
Choose a tag to compare

A fix for page dump. It was crashing when elements were not visible or couldn't be found

Released version 1.3.2

08 Oct 09:09
Compare
Choose a tag to compare

A fix for a page dump giving NullPointerException

Released version 1.3.1

04 Oct 07:56
Compare
Choose a tag to compare

Fix for:

  • #105 - an exception inside image comparison spec
  • #102 - resize images when devicePixelRatio > 1.0
  • #99 - exclude components from counting for html report overview

Released version 1.3.0

28 Sep 07:04
Compare
Choose a tag to compare

New in this version:

  • #39 Image comparison for a page element area
  • #97 Page dump - a page element inspector

Bugfixes:

  • #96 Resolving backslashes problem for Windows users

Released version 1.2.0

10 Aug 16:03
Compare
Choose a tag to compare

Features:

  • #72 Warning level in specs
  • #71 Java API
  • #69 Test filters for Javascript tests

Bugfixes:

  • #64 Error with missing parent in component specs