Running a metro app headlessly
问题 I've hit a bit of a roadblock, and I'm hoping someone can help! I've written a metro application that serves as a unit test runner, and I now need to be able to call this application headlessly so that it can be used for validation in the build process. The way the metro app works is it runs a bunch of unit tests, generates an XML file that contains the test results, and displays the results to the user. Ideally, I would have a simple script that would run the metro app, execute the tests,