I created a custom logger with x64 to log some test result data. When I tried to run the tests, getting "Error: Could not find a test logger with URI or FriendlyName 'TrxTestLogger'." . But, working fine when I built with AnyCPU. I have some test dlls which are built in x64 and I am reading them from my custom logger, so I should keep the custom logger to x64. But with x64, not able to find the custom logger.
Steps followed:
- Created custom logger with the FriendlyName 'TrxTestLogger'.
- Built with x64.
- Placed the custom logger dll into C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\Extensions
Any suggestions?