Is it possible to execute a piece of commands written in text file using pycharm?
Actually I am looking to execute a command "allure serve " (within from my selenium pytest framework) once after I close the browser OR once after I perform the 'yield'
Is there any way to write "allure serve " command inside my pytest framework or can I write this command in text file and can read the file once I perform yield?