mochapack icon indicating copy to clipboard operation
mochapack copied to clipboard

Is there a way to measure execution time of testcases

Open vikashpisces opened this issue 5 years ago • 0 comments

Is there any option in the CLI to pass in order to measure the execution time for testcases

It is always good to know as how long it took to execute the complete testcases. There is a use case where I dont want to let testcases run for more than some set X unit of time.

If there is an CLI option lsomething like --exec-time which can provide the execution time will help

In the console, on execution or failure CLI should gives the total time it took to execute the testcases if --exec-time is set in the script/command

vikashpisces avatar Oct 01 '20 09:10 vikashpisces