ohlori / mocha-allure2-example

Allure 2 Mocha examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allure 2 Mocha Report Examples

This project demonstrates how to use mocha-allure2-reporter with ts-test-decorators.

Usage

Dependencies installation and tests execution:

yarn && yarn test

Test results report generation and opening:

yarn allure-report

Note that .env was pushed to show how to deal with TMS_URL / PMS_URL environment variables required to be set while working with @issue / @testCaseId decorators.

image

About

Allure 2 Mocha examples

License:Apache License 2.0


Languages

Language:TypeScript 100.0%