Skip to content

Releases: praegus/toolchain-fitnesse-plugin

2.0.18 DataFaker instead of JavaFaker

03 Dec 20:20
Compare
Choose a tag to compare

2.0.17 Update snakeYaml for javafaker

05 Oct 08:56
Compare
Choose a tag to compare

Bump snakeYaml version to 2.2 to mitigate open CVE's on older version

2.0.16

17 Jan 21:29
Compare
Choose a tag to compare

New release after fixing release process.

2.0.15

17 Jan 20:22
Compare
Choose a tag to compare

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

22 Jul 14:41
Compare
Choose a tag to compare

Bootstrap-plus 2.0.15

2.0.13

31 Mar 15:59
Compare
Choose a tag to compare
  • Suite html report in wiki now displays tags behind test results
    image

2.0.12

18 Dec 21:03
Compare
Choose a tag to compare

2.0.11

14 Dec 08:47
Compare
Choose a tag to compare
  • FitNesse 20201213 Compatibility
  • Bootstrap-plus 2.0.13

2.0.10

04 Nov 19:29
Compare
Choose a tag to compare
  • 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

27 Jul 15:41
Compare
Choose a tag to compare

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) (where locale 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)          |

image

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.