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/
To get you started you can simply clone the allure-reporter
repository and install the dependencies:
You need git to clone the allure-reporter
repository.
You will need Node.js and npm.
Clone the allure-reporter
repository using git:
git clone https://github.com/alfonsserra/allure-reporter.git
cd allure-reporter
To install the dependencies, execute:
npm install
To run the application, execute the following command:
ng serve
To generate the application, execute the following command:
ng build