Add RP_ENABLED and enabled configuration possibility and fix documentation
Possibility to disable the agent with enabled configuration or RP_ENABLED environment variable
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?
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.