I have a python script that is running as a windows service. It automatically downloads the latest code to my hardware. I'd also like to then test the hardware using "Teststand scripts" automatically.
How do I get my python script to run a Teststand sequence and then email me the results automatically; preferably without even opening the gui?
If I just call the Teststand file from the command prompt it opens the gui, asks for my login, and I still have to press run. I need this to all be handled behind the scenes.