mclay / azure-pipeline-allure-report

Other
5 stars 4 forks source link

BlobNotFound error for AllureRestAssured() filter #16

Open chmelvv opened 8 months ago

chmelvv commented 8 months ago

Hi, thank you for your work and this nice Azure devops plugging! I added AllureRestAssured filter to my project to attach rest-assured request/response to appropriate API test report via:

RestAssured.filters(new AllureRestAssured());

I faced with the problem that instead of attachments I see a BlobNotFound messages. e.g. image

I have no problem when running allure on the local machine.

Is it a problem with the plugin or do I need to add smth to its config?

viktor-chmel commented 6 months ago

Hi, the problem remains, it looks like the plugin can not load big objects?...