Skip to content

Releases: fhoeben/hsac-fitnesse-fixtures

1.7.1

24 Feb 10:54
Compare
Choose a tag to compare
  • Uses hsac-fitnesse-plugin 1.8.2, to improve storyboard exception handling
  • BrowserTest:
    • shows screenshot when timeout waiting.
    • supports for down- and uploading of files.
    • also finds inputs based on the text of elements inside their labels, and buttons based on text of elements inside them (and not only when the text is immediately in the label or button)
    • improved support to for select elements and their options
    • no longer selects hidden inputs whose value matches a place specified in a wiki page

1.7.0

24 Jan 12:27
Compare
Choose a tag to compare

Use FitNesse 20150114, and add support for output parameters to the custom scenarios ('table template' and 'template storyboard').

1.6.1

14 Sep 10:21
Compare
Choose a tag to compare

Release with updated Selenium (2.43.1), and basic documentation of the included Fit fixtures.

This binary version is a standalone, ready to run, wiki including Selenium drivers and sample test (wiki) pages.
Includes support for storyboard tables (script with screenshot after each step).

Just download and extract and start with 'java -jar fitnesse-standalone.jar -p 9090', after which you can point your browser to http://localhost:9090/HsacExamples and press the 'Suite' button to see web and SOAP tests in action.

Attached are also two samples of the report on the run of the tests included in the release. Both are run from exactly the same source, only using different system properties to override the Selenium configuration. Both used the Selenium grid provided by SauceLabs, running Chrome, one on OS X and the other on Windows.

1.6.0

09 Sep 20:45
Compare
Choose a tag to compare

First release on GitHub, based on FitNesse 20140901 and Selenium 2.42.2.

This binary version is a standalone, ready to run, wiki including Selenium drivers and sample test (wiki) pages.
Includes support for storyboard tables (script with screenshot after each step).

Just download and extract and start with 'java -jar fitnesse-standalone.jar -p 9090', after which you can point your browser to http://localhost:9090/HsacExamples and press the 'Suite' button to see web and SOAP tests in action.