microsoft / WinAppDriver

Windows Application Driver
MIT License
3.66k stars 1.4k forks source link

How to generate automatic test reports with WinAppDriver ? #939

Open marcelopvasc opened 4 years ago

marcelopvasc commented 4 years ago

Upon execution, the "TestResults" folder generates folders like "Deploy _....." containing the "In" and "Out" folders, so there is nothing in them. I would like to generate automatic reports, such as JUnit Reports, Allure Reports, or some native reports.

anunay1 commented 4 years ago

There will be a trx file, you need to convert that to html

anshul1goel commented 4 years ago

This would be really helpful. Currently we are using Coded UI for UI Automation and the trx file that it generates is very handy in debugging the issue. Currently I don't even see any TRX file getting generated in in and out folder. Is there any configuration/setting that is needed to enable it?