@0y0/jest-allure-reporter

A custom Jest reporter to compatible with Allure.

Usage no npm install needed!

<script type="module">
  import 0y0JestAllureReporter from 'https://cdn.skypack.dev/@0y0/jest-allure-reporter';
</script>

README

@0y0/jest-allure-reporter ยท GitHub license npm Package Status

@0y0/jest-allure-reporter is a custom Jest reporter to compatible with Allure.

Intsallation

npm install @0y0/jest-allure-reporter --save-dev

Usage

{
  reporters: [
    ['@0y0/jest-allure-reporter', {
      title: 'Allure Reports',
      srcDir: path.join(projectDir, 'src'),
      outputDir: path.join(projectDir, 'reports')
    }]
  ]
}

License

MIT