Hi, @mixxorz:
I want to have a logging about the test execution to analyze where the most of time has been consumed.
the list of timestamps could be as following:
- Time to set up the environment
- Time to create the database
- Time to load fixtures
- Time to execute test steps
- Time to destroy the database
Currently, I can use behave API to know the time spent in each step, scenario, feature but I don't know how to calculate the time in creation and deletion of database
Thanks
Hi, @mixxorz:
I want to have a logging about the test execution to analyze where the most of time has been consumed.
the list of timestamps could be as following:
Currently, I can use behave API to know the time spent in each step, scenario, feature but I don't know how to calculate the time in creation and deletion of database
Thanks