I'm using Cloud Manager Pipeline for custom UI testing and have added my code under ui.tests. My testing code is BDD and uses Cucumber with Selenium. While the code executes and tests run successfully in the Cloud Manager Pipeline, I encounter a junit_no_resultserror stating, "No JUnit XML results were found in the test results archive. Please make sure the test module is configured to generate JUnit results and that reports are stored in the path." How can I configure Cucumber to generate and store JUnit reports to resolve this issue?