cucumber-reporting
cucumber-reporting copied to clipboard
Add test for the formatDuration method in Util class
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!
@harshpreet08 Tests are failing.