I have gotten our TeamCity build server to execute the Selenium suite from the command line successfully, and I would like to have the results posted back to TeamCity.
Is there an XSLT for taking the results of Selenium and turning it into a format that TeamCity can read? I saw something in a similar question about using nxslt3.exe to do it, but I can't find the template anywhere
NOTE: I cannot use the c# export function of the Selenium IDE, I have to use the html templates to execute the tests.