# Installation

Install with npm:

npm install --save-dev testcafe-reporter-allure@npm:@isaac.frontend/testcafe-reporter-allure

Note

This package is namespaced. Therefore the following command can be used to install the reporter in a way that TestCafé can detect it. (Related issue in TestCafé repository (opens new window))

# Optional

The Allure Commandline (opens new window) is needed to convert the Allure-Results into an Allure-Report. This package can be installed with the following command:

npm install --save-dev allure-commandline

Note

The allure-commandline npm package is a wrapper around a Java-based utility. The system you are running on needs a Java installation.