qa-reporter
TypeScript icon, indicating that this package has built-in type declarations

0.1.37 • Public • Published

QA-Reporter

A CodeceptJS helper for reporting test execution results to a centralized dashboard.

npm version License: MIT

Overview

QA-Reporter is a powerful CodeceptJS helper that automatically captures and reports test execution results to a centralized dashboard. It provides real-time insights into your test runs, including detailed execution metrics, environment information, and test status.

Installation

npm install qa-reporter


Add to your `codecept.conf.js`:

```javascript
exports.config = {
  helpers: {
    GHReporter: {
      require: './src/GHReporter.ts',
      apiConfig: {
        apiKey: 'YOUR_API_KEY'
      }
    }
  }
}

Package Sidebar

Install

npm i qa-reporter

Weekly Downloads

9

Version

0.1.37

License

MIT

Unpacked Size

33.9 kB

Total Files

9

Last publish

Collaborators

  • rjfm