Skip to content

v1.0.0

Compare
Choose a tag to compare
@JohnnyHendriks JohnnyHendriks released this 26 Jun 20:50

This is the first release of the Visual Studio Test Adapter for Catch2. It has all the basic features one might expect of a Visual Studio Test Adapter. It has proven to be useful for myself and a small group of beta-testers. As such I found it worthy for release.

Capabilities

  • Discovery of Catch2 tests
  • Filename filter for test discovery
  • Enables use of custom discovery algorithms
  • Runs test with appropriate result messages
  • Can start a debug session for a test
  • Can set a working directory for running the tests
  • Can set a timeout for running a test case
  • Can set a timeout for test discovery
  • Can choose to include hidden tests or not

Configuration

The test adapter is configured via a .runsettings file.

Known issues

  • Stack trace link does not work.
  • Not all Catch2 xml information can be displayed