How to automatically generate an Allure report after executing all feature files instead of typing in terminal as specific script?
I’m using Python Selenium Behave and Allure reports on my automation testing, my problem is how can I generate the Allure report automatically without typing a specific script on the terminal after executing all feature files?