Jul 9, 2014

Released version 1.1.0

A new version 1.1.0 was released with the following features:

Installers for OSX and Linux

Now you don’t have to manually configure PATH variable to make galen accessible in your terminal. Just download a binary archive, extract it, go to folder and run the following command:

sudo ./install.sh

This script will put galen executable and jar files into /opt folder and will make a symbolic link in /usr/bin folder

Variables processing in specs

When designing a page spec you can define custom variables so later those could be used in the spec. You can use it like this:

@@ set main-margin 10 to 40px @@ set custom.greeting Hello, user! header text is: ${custom.greeting} article inside: middle-section ${main-margin} top left

Execution time in html reports

All tests and report nodes are now being reported with dates. Also in general report.html it shows a duration of each test

Line numbers in html reports

Now it is easier to find out where the specific spec is coming from. Just hover your mouse over spec and it will show a tooltip with the location and line number

Comments

We have moved all the discussions to Google Groups. From this moment, if you have problems with your test code or some issues with installation, please ask your questions in https://groups.google.com/forum/#!forum/galen-framework.