mounir youssef
mounir youssef

Reputation: 1

bruno script - how to avoid calling getEnvVar("key") if that key does not exist?

how to avoid calling bru.getEnvVar("key") if that key does not exist ?

bru.getEnvVar("key") throw an exception if that key does not exist. is there a way to validate that key if it is defined as environment variable or not.

Upvotes: 0

Views: 344

Answers (0)

Related Questions