Skip to content

Releases: fhoeben/hsac-fitnesse-plugin

1.32.3

31 Mar 19:28
Compare
Choose a tag to compare

No functional changes. Just a test of GitHub action

1.32.2

20 Mar 13:12
Compare
Choose a tag to compare

Update configuration to release to Maven central on merge to master using GitHub action

1.32.1

20 Mar 11:30
Compare
Choose a tag to compare

Release attempt using GitHub actions

1.32.0

20 Mar 11:07
4205240
Compare
Choose a tag to compare

FitNesse 20220319

all arg template table type added #41

1.31.0

06 Oct 18:16
Compare
Choose a tag to compare

Updated to work with FitNesse 20211006

1.30.0

13 Dec 16:31
Compare
Choose a tag to compare

Updated to work with FitNesse20201213

1.29.1

26 Aug 06:24
Compare
Choose a tag to compare

Fixes random Dutch number plate generator (#37)

1.29.0

04 Mar 17:49
Compare
Choose a tag to compare

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

1.28.0

06 Feb 14:22
Compare
Choose a tag to compare

Add !randomUuid, #36

1.27

28 Apr 20:18
Compare
Choose a tag to compare

Fix #34, where 'table template' did not see input arguments passed to a scenario as inputs.