zaqqaz / jest-allure

Generate Allure Report for jest. Allure Report, a flexible lightweight multi-language test report tool with the possibility to add steps, attachments, parameters and so on.
MIT License
113 stars 38 forks source link

when i running test,I can view this jest-allure report? #61

Closed roughsoft closed 4 years ago

roughsoft commented 4 years ago

so i means this is realtime report framework?

Xotabu4 commented 4 years ago

No, allure does not support realtime reports. After tests finished you will have allure-results with lot of json files and attachments your tests made. You should use some generator (allure cli for example) that will build HTML report based on your results.