Skip to main content

envConfigs

TesmonLang lets you inject environment configurations to customize and parameterize your tests for different environments.

Properties

PropertyDescriptionTypeRequired
keyenvConfig IDstringtrue
valueMapping of variables with their name and valueobjecttrue

Example

envConfigs.yml
envConfigs:
config1:
variable1: foo_1
variable2: bar_1
config2:
variable1: foo_2
variable2: bar_2