Generate report in Playwright
I am trying to do a test using Playwright. I understand that when I run the test, a HTML report should be automatically generated and saved in the playwright-report folder, and a XML report should be created in the playwright-tests folder. The HTML works okay, but the XML is not being created and the folder is empty.