Skip to content

How to generate test execution time breakdown #61

Description

@xiaoleATRI

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:

  1. Time to set up the environment
  2. Time to create the database
  3. Time to load fixtures
  4. Time to execute test steps
  5. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions