IDE Integrations
Even before this release, Fixie implemented a "Test Adapter" which made it compatible with Visual Studio Test Explorer. However, the adapter was atypical compared to those of other frameworks, which limited the ability for other test runners to detect it.
By better-matching the intended patterns of all .NET Test Adapters, Fixie is now supported in the following IDE test runners:
- Visual Studio Test Explorer
- JetBrains ReSharper
- JetBrains Rider
- Visual Studio for Mac
- Visual Studio Code via
dotnet test
-compatible extensions.
(For JetBrains tools, be sure to go into their respective settings under Unit Testing > VSTest and check "Enable VSTest adapters support" followed by a restart of the IDE.)
Special thanks to @garoyeri, @khalidabuhakmeh, and @estrizhok for guidance and troubleshooting.