Releases: fhoeben/hsac-fitnesse-plugin
1.19.0
1.18.3
1.18.2
1.18.1
1.18.0
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
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
1.15.0
1.14.0
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.