JSPM

  • Created
  • Published
  • Downloads 1339980
  • Score
    100M100P100Q295334F
  • License Apache-2.0

Allure JS Commons

Package Exports

  • allure-js-commons
  • allure-js-commons/sdk
  • allure-js-commons/sdk/reporter
  • allure-js-commons/sdk/runtime

Readme

allure-js-commons

Common utilities for Allure framework JavaScript integrations

Allure Report logo


Interface for Allure to be used from Javascript and TypeScript. There you can find primitives to create custom integrations for the javascript testing frameworks.

API Overview

Labels environment variables

Allure allows to use environment variables for setting test labels. Using ALLURE_LABEL_{{labelName}}={{labelValue}} syntax you can set common labels for all of your tests.

Examples

ALLURE_LABEL_epic="Story 1" npm test