Releases: praegus/toolchain-fitnesse-plugin
Releases · praegus/toolchain-fitnesse-plugin
2.0.18 DataFaker instead of JavaFaker
2.0.17 Update snakeYaml for javafaker
Bump snakeYaml version to 2.2 to mitigate open CVE's on older version
2.0.16
New release after fixing release process.
2.0.15
What's Changed
- Fix version checker for depencies without project url in the main pom.xml by @joroelev in #32
- Updated dependencies and fixed test by @joroelev in #35
- Added workflow to release plugin to Maven Central by @joroelev in #36
New Contributors
Full Changelog: toolchain-fitnesse-plugin-2.0.14...toolchain-fitnesse-plugin-2.0.15
2.0.14
Bootstrap-plus 2.0.15
2.0.13
2.0.12
2.0.11
- FitNesse 20201213 Compatibility
- Bootstrap-plus 2.0.13
2.0.10
- Bootstrap-plus 2.0.12
- Add homepage URL from dependency pom.xml to !VersionChecker table
- Enable Filtering of (Suite)SetUp and -TearDown pages from recent test history responder
2.0.9
Changes
- Added option to bootstrap-plus to filter suiteSetUp/TearDown from recent history table
- Fixed a bug in AutoCompleteResponder where no context was created if a windows path contains spaces
- Added symbol
!Fake (object) (item) (locale)
(wherelocale
can be omitted to default to en)
!Fake implements https://github.com/DiUS/java-faker as a wiki symbol. JavaDoc: http://dius.github.io/java-faker/apidocs/index.html
This allows to generate random readable names/adresses/medical data/movie quotes/superheroes/etc. in your FitNesse Tests
Wiki texts examples:
|'''Fake data Examples''' |
|{{{!-!Fake (name) (fullName) (nl)-! }}}|!Fake (name) (fullName) (nl) |
|{{{!-!Fake (address) (fullAddress) (nl)-!}}}|!Fake (address) (fullAddress) (nl)|
|{{{!-!Fake (zelda) (game)-! }}}|!Fake (zelda) (game) |
|{{{!-!Fake (superhero) (power)-! }}}|!Fake (superhero) (power) |
|{{{!-!Fake (lebowski) (quote)-! }}}|!Fake (lebowski) (quote) |
|{{{!-!Fake (company) (name) (de)-! }}}|!Fake (company) (name) (de) |
|{{{!-!Fake (internet) (password)-! }}}|!Fake (internet) (password) |
|{{{!-!Fake (slackEmoji) (activity)-! }}}|!Fake (slackEmoji) (activity) |
|{{{!-!Fake (hacker) (ingverb)-! }}}|!Fake (hacker) (ingverb) |
Current limitations:
It is only possible to call Fake().object().item() at this point. Item methods that require args are not currently supported. Just like nesting deeper than obj->item.