Releases: fhoeben/hsac-fitnesse-fixtures
1.7.1
- 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, andbuttons
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 theiroptions
- no longer selects
hidden
inputs whosevalue
matches a place specified in a wiki page
1.7.0
1.6.1
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
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.