Skip to content

Releases: fhoeben/hsac-fitnesse-plugin

1.18.1

22 Oct 19:26
Compare
Choose a tag to compare

Improved generation of random French IBAN bank account numbers (#23). 'Code guichet' of the generated numbers is no longer random, but fixed at '00001', the bank code is chosen from a longer list of banks all of which have a '00001' code guichet.

1.18.0

16 May 19:10
Compare
Choose a tag to compare

New wiki symbols:

random email address (random (but at most 100) length) : !randomEmail
random email address (maximal length) : !randomEmail (40)
random email address (maximal length, choice of domain): !randomEmail (40) (hsac.nl)

random Iban (random based on available countries): !randomIban
random Iban (country code) : !randomIban (NL)
random Iban (country code, bank code): !randomIban (NL) (ABNA)

1.17.0

31 Mar 13:30
Compare
Choose a tag to compare

RandomString now also supports a random length string to be generated using an upper and lower bound. So

  • random string (random (but at most 100) length): !randomString
  • random string (fixed length): !randomString (20)
  • random string (in a length range): !randomString (10,20)
  • random string (fixed length, choice of characters): !randomString (10) (abcdefghijklmnopqrstuvwxyz -)
  • random string (ranged, choice of characters, fixed prefix): !randomString (5,10) (xyz) (aap)

1.16.0

11 Mar 21:10
Compare
Choose a tag to compare

Release including new Symbols to get dates relative to specific day of the week:

  • !Monday
  • !Tuesday
  • !Wednesday
  • !Thursday
  • !Friday
  • !Saturday
  • !Sunday

1.15.0

13 Nov 11:13
Compare
Choose a tag to compare

This release is recompiled to work with FitNesse 20161106, and addresses #7.

1.14.0

14 Sep 14:12
Compare
Choose a tag to compare

This release is recompiled to work with FitNesse 20160618, and restructures the files created by storyboard.
Storyboard now creates a directory per test page (previously it used a timestamp), and names the files so their alphabetic ordering matches the order in which the screenshots were taken.

1.13.0

23 Jan 15:46
Compare
Choose a tag to compare

This release adds a new wiki symbol: !defineDefault. This works just like !define, only this allows the value to be overridden by a system property. So the value defined in the wiki is only used when no system property with the same name has been defined.

1.12.0

31 Dec 07:52
Compare
Choose a tag to compare

Used latest FitNesse release (20151230) and added new tool to analyze scenario usage in a Slim Suite.

The tool to analyze scenario usage is a 'test system' (slimcoverage), usage instructions (also included in the README.txt):

  • Change test system used from 'slim' to 'slimCoverage'
  • Run suite (the test will not actually call any fixtures)
  • An extra result (Scenario Usage Report) is added listing the scenarios which are never used, and some statistics on those that are used.

1.11.2

06 Dec 13:33
Compare
Choose a tag to compare

Added symbol to get last day of month: !lastDayOfMonth

1.11.1

03 May 12:32
Compare
Choose a tag to compare

Corrected !weekDaysFromToday, which had a bug.