Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 439 Bytes

File metadata and controls

13 lines (8 loc) · 439 Bytes

Boost.Test Adapter for Visual Studio Code

This is a test adapter for Test Explorer to work with Boot.Test.

Required Configurations

You need to configure boost-test-adapter.testExecutable to point to the path of your test executable.

Features that not implemented yet

  • Debug the test.
  • Cancel the test.
  • Automatic configurations reloading.