systelab / allure-reporter

Printable report generation for Allure
4 stars 2 forks source link

Build Status Known Vulnerabilities

Allure Reporter

Allure reporter will help you in the Test Case Automation strategy by generating Test Design and Test Run from the source code following a Test Case format, as well as JAMA Contour integration to report the executions. Allure is an open-source framework designed to create test execution reports that are clear to everyone in the team.

Supports Allure 1 (xml) and Allure 2 (json).

You can find the validated application deployed by Travis at https://systelab.github.io/allure-reporter/ The test environment is at https://systelab.github.io/allure-reporter-test/

Getting Started

To get you started you can simply clone the allure-reporter repository and install the dependencies:

Prerequisites

You need git to clone the allure-reporter repository.

You will need Node.js and npm.

Clone allure-reporter

Clone the allure-reporter repository using git:

git clone https://github.com/alfonsserra/allure-reporter.git
cd allure-reporter

Install Dependencies

To install the dependencies, execute:

npm install

Run

To run the application, execute the following command:

ng serve

Generate

To generate the application, execute the following command:

ng build