SMTP Sampler in Taurus YAML file #1935
-
|
Is it possible to define and configure SMTP samples in Taurus YAML file? If this is possible, could you please point me to some example? I am especially interested if it is possible to load email content for the SMTP sampler from a file. Any suggestions or pointer are very much appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
pavel-silar-perforce
Oct 14, 2025
Replies: 1 comment
-
|
It is not directly supported and won't be as it is way off the scope of Taurus. But if you want to achieve it, you can write a python script with such function and invoke it through pytest executor in Taurus. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pavel-silar-perforce
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is not directly supported and won't be as it is way off the scope of Taurus.
But if you want to achieve it, you can write a python script with such function and invoke it through pytest executor in Taurus.