In order to optimize time of execution, i create some test cases dependent from each other i want to get metrics and statistics not only for each testcase and testsuite. But also i want to generate statistics and metrics for each step. Is that possible ? PS : I'm using team city for continuous integration.
Best regards,
Emna A.
Using robot framework api we can get TEST and KEYWORD Metrics
Reference:
Link
API:
Keyword Metrics Code:
Test Metrics Code:
Robot framework Metrics project is implemented to show metrics result in HTML format with dashboard view.
Highlights
Robot framework Metrics Report ReadMe.MD