You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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",
The text was updated successfully, but these errors were encountered:
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",
The text was updated successfully, but these errors were encountered: