Allure-results folder is empty on jenkins.
poojachoudhary13 opened this issue · 0 comments
poojachoudhary13 commented
I am using jest-allure in my project. On my local machine i can see the allure-results folder have .xml files for the run but when i run the same code on jenkins (where i have create a folder name allure-results
in my root dir) i see the .xml files are not created for the test run. Can you please help with this?
Using "jest-allure": "^0.1.1",