allure-framework / allure-js-commons

Deprecated, use https://github.com/allure-framework/allure-js instead
Other
27 stars 40 forks source link

Using of custom categories.json #43

Closed dsharapkou closed 1 year ago

dsharapkou commented 5 years ago

Hi there, We are using allure-js-commons on our project and I want to add custom categories for our allure report. In this documentation said, that you should put categories.json to report folder before report generation. The issue is that when I test it locally and put categories.json to allure-report directory and than generate report for this folder - it says that report already exists and you should apply --clean to this generation so it removes everything from folder. When I'm trying to keep this file in ./output directory for allure report, it does not apply categories to report

Maybe you can advise how to handle this?

Screen Shot 2019-10-04 at 1 03 54 PM Screen Shot 2019-10-04 at 1 04 00 PM Screen Shot 2019-10-04 at 1 04 06 PM Screen Shot 2019-10-04 at 1 05 14 PM