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

Feat/add healthcheck to avoid breaking tests #116

Closed Jonathan-Carvalheiro closed 1 year ago

Jonathan-Carvalheiro commented 1 year ago

The agent fails the JEST tests when RP is down, unreachable, or using the wrong/empty token. Added a health check to verify the connection first.