Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Releases: allure-framework/allure-mocha

Compatibility with newer Mocha

10 May 19:36
Compare
Choose a tag to compare
  • All dependencies were updated
  • Can be used with any version of mocha (in theory, needs testing)

Mocha is a peer-dependency now

16 Apr 21:10
Compare
Choose a tag to compare

Mocha always should be installed in your project that uses mocha-allure-reporter, this is how that have been before, but now it is explicit.

Also we have battle tested reporter with both versions Mocha 2 and 3 and can declare compatibility well.

Flexible version of commons

22 Sep 13:34
Compare
Choose a tag to compare

This will make delivery updates from allure-js-commons module faster

Await promises from steps

15 Sep 15:18
Compare
Choose a tag to compare

Now steps can be asynchronous. Allure now waits until promise will be resolved before finish a step.
See mocha-example for usage example

Support errors in afterEach hooks

03 Sep 16:12
Compare
Choose a tag to compare

Previous version failed in this case. Now you will have this errors in report.
Also you can add afterEach hook, and add attachments from there, for example, screenshots