Skip to content

Releases: jsGiven/jsGiven

v0.1.8 Fixes report generation error behaviour when no reports are present

22 Jan 09:00
Compare
Choose a tag to compare

Fixes #306 : "jsgiven report --fail" does not fail if no reports present

v0.1.7 Fixes issue when using JsGiven with native ES6 classes (non-transpiled Node > 6).

v0.1.6: Fixes formatters issue in parametrized scenarios, uses jgiven-html-app

02 Nov 16:42
Compare
Choose a tag to compare

Use the npm published jgiven-html-app instead of fetching the html app from maven #139
Fixes "Formatters are not applied in parametrized tests" #154

V0.1.5: Add error handling

13 Aug 21:55
Compare
Choose a tag to compare

Implement error handling #55
Better report the uninitialized use of jsGiven #138

V0.1.4: Add parameter formatting

25 Jun 11:19
Compare
Choose a tag to compare

Parameters passed to steps can now be formatter using build-in or custom formatters.

More on https://www.jsgiven.org/user-guide.html#_parameters_formatting

Add Hidden steps feature

23 Jun 12:55
Compare
Choose a tag to compare

Steps can be completely hidden by using the @ Hidden decorator or the Hidden.addHiddenStep() static method.

More on https://jsgiven.org/user-guide.html#_completely_hide_steps

Upgrade dependencies

13 Jun 21:51
Compare
Choose a tag to compare

Most dependencies have been updated.
Most notable one being the jGiven report.

Add TypeScript support

06 Jun 04:25
Compare
Choose a tag to compare
v0.1.1

Adding tag v0.1.1

Initial stable release

06 Jun 04:25
Compare
Choose a tag to compare
  • Includes asynchronous testing support, parametrized steps & scenarios.
  • Includes a breaking API change in order to implement tags & extended descriptions on scenarios.