reportportal / agent-js-jest

Agent to integrate Jest with ReportPortal.
https://www.npmjs.com/package/@reportportal/agent-js-jest
Apache License 2.0
21 stars 37 forks source link

Upload same image that jest report HTML creates #122

Open Ivancm11 opened 1 year ago

Ivancm11 commented 1 year ago

Jest-html reporters provide an addAttach method, with this method I can upload an attachment on fail to see the exact screen where the test failed. Is there any functionality in this agent to do something similar? Thanks! :)