mochapack
mochapack copied to clipboard
Is there a way to measure execution time of testcases
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