In Selenium, a Maven project is not generating TestNG results within the test-output folder

In Selenium, a Maven project is not generating TestNG results within the test-output folder. Can you guide me here?

Hello Ana-sousa,

So in a Maven project, by default, HTML reports get created into a test-output folder In Run from testNg.xml directly.

In case we Run from pom.xml using a Surefire plugin, then reports will get created intotarget\surefire-reports.

Hope that helped.