SCRIPTING_NORMALIZE_TEXT for a single convo

Hi,

I know we can set SCRIPTING_NORMALIZE_TEXT : true or false from the botium.json.
how can I set this value for a single convo file. My boitum.json i have set SCRIPTING_NORMALIZE_TEXT:false, I want it to be true in only one convo file.

thanks

This is not possible within a single test run, you will have to split it up in two runs.

For the one to disable the text normalization, this can be done with an environment variable (BOTIUM_SCRIPTING_NORMALIZE_TEXT=false) instead of separate botium.json (see Botium Docs)