Releases: Chorus-bdd/chorus-js
Releases Β· Chorus-bdd/chorus-js
π¨ Support latest Chorus 3.0.0_DEV20
v2.0.1 2.0.1
π₯ β¨ It's all about "Context"!
This release adds support for the Chorus Context feature.
π₯ Breaking change:
publishStep
signature has changed:
- from
(...args: Array<string>) => number | string | void
- to
(Array<string>, Context) => number | string | void
β¨ Game over... Try again!
This release adds support for retry-able steps from Javascript.
When publishing a step, you can set a few options (retryDuration
and retryInterval
) so that if a step initially fails (maybe it's async for example) it will get retried until it passes or times out.
β¨ Houston, we have a problem...
This release adds support for failure reporting.
This will simply take the error message caught when running the step callback and pass it down to Chorus to display in the output in case of failure.
π Initial release!
This is the initial release of chorus-js
, a Javascript client for Chorus