damianszczepanik / cucumber-reporting

HTML reports for Cucumber
GNU Lesser General Public License v2.1
543 stars 402 forks source link

Add test for the formatDuration method in Util class #1133

Open harshpreet08 opened 8 months ago

harshpreet08 commented 8 months ago

Pull Request Summary

This pull request adds a new test case in the UtilTest class for the formatDuration method. The test covers different durations, ensuring that the method formats them correctly. This enhancement improves the code coverage and reliability of duration formatting in the Util class.

Your feedback on the changes is appreciated. Thank you!

hazendaz commented 7 months ago

@harshpreet08 Tests are failing.