Releases: galenframework/galen
Released 2.0.4
Minor bugfixes
Release version 2.0.3
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
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
- 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
Released version 1.6.2
Bugfix for #245 Nullpointer exception when defining a warning level for spec reporting
Released version 1.6.1
Released version 1.6.0
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
Updated version of selenium to 2.45.0
Released version 1.5.3
A fix for issue #208