Skip to content

Releases: Chorus-bdd/chorus-js

🎨 Support latest Chorus 3.0.0_DEV20

11 Jul 15:36
Compare
Choose a tag to compare

πŸ”₯ ✨ It's all about "Context"!

14 Mar 21:59
Compare
Choose a tag to compare

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!

14 Mar 22:07
Compare
Choose a tag to compare

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...

14 Mar 22:05
Compare
Choose a tag to compare

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!

14 Mar 22:01
Compare
Choose a tag to compare

This is the initial release of chorus-js, a Javascript client for Chorus