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 36 forks source link

Log console.log() messages in report portal. #85

Closed chaitanya-uc closed 2 years ago

chaitanya-uc commented 2 years ago

Is there any way to log the console log messages in the report portal? It will be very helpful for debugging purposes.

chivekrodis commented 2 years ago

Hello @chaitanya-uc , Unfortunately, agent have no ability report logs to the test. However it looks like we have the ability to send all jest logs to launch. Do you think it will be useful?

AmsterGet commented 2 years ago

Duplicate of https://github.com/reportportal/agent-js-jest/issues/89 You can follow the thread under this issue.