Automating pytest on Windows with a .bat file, Python, Task Scheduler and Box
Automatic pytest Testing and Failure Alert Monitoring This is my solution to replace manually running pytest each day in command prompt. I want to automate running pytest every day, test if my automated python scripts ran smoothly and get notified if any tests fail. Installing pytest, a python testing library: python -m pip install pytest […]