Releases: fhoeben/hsac-fitnesse-plugin
1.32.3
No functional changes. Just a test of GitHub action
1.32.2
Update configuration to release to Maven central on merge to master
using GitHub action
1.32.1
Release attempt using GitHub actions
1.32.0
1.31.0
1.30.0
1.29.1
1.29.0
Latest FitNesse (20200304), the plugin now also offers a suite partitioning algorithm based on times recorded in previous run.
To activate it place a file called test-results.csv
in the root of the wiki page. And add partitionIndex
and partitionCount
to the call the suite responder or to the jUnit test annotated with @RunWith(FitNesseRunner.class)
The file is expected to contain a CSV (actually tab separated) in the same format as the combine reports feature of hsac-fitnesse-fixtures produces (so that is the easiest way to get it). The file may contain more lines than tests exist in your run, those will be ignored. Additional tests present in your run (i.e. not present in the file) are executed first.
Sample is present at https://github.com/fhoeben/hsac-fitnesse-plugin/blob/1.29.0/src/test/resources/test-results.csv:
Run name Test name Is overview Status Runtime (in milliseconds) Relative Path
acceptance-test-results HsacAcceptanceTests.FitTests.SuiteSetUp false no-test 0 acceptance-test-results/HsacAcceptanceTests.FitTests.SuiteSetUp.html
acceptance-test-results HsacAcceptanceTests.FitTests.ArraysAndSymbolsComparison false pass 0 acceptance-test-results/HsacAcceptanceTests.FitTests.ArraysAndSymbolsComparison.html