agent-js-jest icon indicating copy to clipboard operation
agent-js-jest copied to clipboard

Add RP_ENABLED and enabled configuration possibility and fix documentation

Open Jonathan-Carvalheiro opened this issue 3 years ago • 2 comments

Possibility to disable the agent with enabled configuration or RP_ENABLED environment variable

Jonathan-Carvalheiro avatar Sep 16 '22 15:09 Jonathan-Carvalheiro

Hello @Jonathan-Carvalheiro ! Thank you for your PR. Is an additional setting required to stop sending reports to the Report Portal? Is it possible to configure disabling/enabling specific reporter via the jest config?

AmsterGet avatar Oct 31 '22 21:10 AmsterGet

Hello @Jonathan-Carvalheiro ! Thank you for your PR. Is an additional setting required to stop sending reports to the Report Portal? Is it possible to configure disabling/enabling specific reporter via the jest config?

Yes this ais n extra setting to disable the RP. It will be on until you define on the jest config the enabled=false or by environment variable RP_ENABLED=false.

Jonathan-Carvalheiro avatar Nov 03 '22 11:11 Jonathan-Carvalheiro