envConfigs
TesmonLang lets you inject environment configurations to customize and parameterize your tests for different environments.
Properties
Property | Description | Type | Required |
---|---|---|---|
key | envConfig ID | string | true |
value | Mapping of variables with their name and value | object | true |
Example
envConfigs.yml
envConfigs:
config1:
variable1: foo_1
variable2: bar_1
config2:
variable1: foo_2
variable2: bar_2