This project demonstrates how to use mocha-allure2-reporter with ts-test-decorators.
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.