Skip to content

Releases: galenframework/galen

Released 2.0.4

02 Aug 11:57
Compare
Choose a tag to compare

Minor bugfixes

Release version 2.0.3

27 Jul 20:56
Compare
Choose a tag to compare

This release contains the following features and fixes:

#288 Tabs indentation for test suite parser
#285 WebDriver instance is incorrectly provided to JavaScript executor from GalenPageActionRunJavascript #282 Fails to identify devicePixelRatio and make a screenshot on IE
#281 Shorthand color notation doesn't work
#274 Passing JS variables from test suite into checkLayout
#269 Spec 'absent' should pass in case locator is not found for object name
#267 GalenConfig should also load config from resources
#259 Relative width as pecentage instead of px
#240 Feature Request: Adding URL-Parameter in Report for sorting
#235 Frame support in GalenPages
#217 Galen Specs Lang v2
#202 Make reporting optional for dumps
#117 Adding building JUnit/TestNG runners
#114 Add offset analyzer to image comparison spec
#75 Introduce list elements in GalenPages

Released version 2.0.0

27 Jul 19:26
Compare
Choose a tag to compare

This release contains the following features and fixes:

#288 Tabs indentation for test suite parser
#285 WebDriver instance is incorrectly provided to JavaScript executor from GalenPageActionRunJavascript #282 Fails to identify devicePixelRatio and make a screenshot on IE
#281 Shorthand color notation doesn't work
#274 Passing JS variables from test suite into checkLayout
#269 Spec 'absent' should pass in case locator is not found for object name
#267 GalenConfig should also load config from resources
#259 Relative width as pecentage instead of px
#240 Feature Request: Adding URL-Parameter in Report for sorting
#235 Frame support in GalenPages
#217 Galen Specs Lang v2
#202 Make reporting optional for dumps
#117 Adding building JUnit/TestNG runners
#114 Add offset analyzer to image comparison spec
#75 Introduce list elements in GalenPages

Minor update 1.6.4

16 Jun 19:43
Compare
Choose a tag to compare
  • Fixed a bug for test suite reader appearing when the file is saved in UTF-8 format.
  • Added support for tab indentation to test suites.
  • Updated the selenium dependency to 2.46

Released version 1.6.3

03 May 20:01
Compare
Choose a tag to compare

Contains minor fixes (#258, #256)

Released version 1.6.2

31 Mar 20:03
Compare
Choose a tag to compare

Bugfix for #245 Nullpointer exception when defining a warning level for spec reporting

Released version 1.6.1

28 Mar 17:15
Compare
Choose a tag to compare

Bugfixes:

  • #244 count function in spec reader doesn't reach all elements when used inside sub-imports
  • #238 Group links with special characters are not working
  • #237 Full page screenshot was not scrolling up before making screenshot

Released version 1.6.0

22 Mar 17:55
Compare
Choose a tag to compare

This release contains the following features:

  • #219 Safari browser on Mac is not supported out of the box in Galen#214 GalenPages should handle locators same way as it is in Specs syntax
  • #205 Add getText function to PageElement in GalenPages
  • #191 Custom screenshot handler for layout check
  • #185 Add jslint tests
  • #169 Reports must generate JSON instead of HTML
  • #166 Remove requirement for *.test.js naming when file is explicitly called
  • #161 Custom templates/rules in specs
  • #155 Make double scroll wait optional
  • #145 Redesign Layout reports
  • #142 Add Mocha js tests to maven
  • #119 Test groups
  • #118 Refactoring: Switch all tests that use real browser to MockedDriver
  • #116 galen --version should also print the version of Javascript interpreter
  • #108 Need a way to add notes to reports on a per spec basis
  • #84 Add shortcut spec LEFT and RIGHT

Released version 1.5.4

18 Mar 21:15
Compare
Choose a tag to compare

Updated version of selenium to 2.45.0

Released version 1.5.3

04 Feb 20:23
Compare
Choose a tag to compare

A fix for issue #208