UNPKG

cypress-aws-secrets-manager

Version:

Cypress Plugin | Integrate the power of AWS Secrets Manager seamlessly into your Cypress tests with the cypress-aws-secrets-manager plugin. This lightweight yet powerful plugin facilitates the secure loading of secrets stored in AWS Secrets Manager direct

13 lines (9 loc) 191 B
// config.js let silentMode = false function setSilentMode(mode) { silentMode = mode } function getSilentMode() { return silentMode } module.exports = { setSilentMode, getSilentMode }