Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@csoltenborn csoltenborn released this 14 Feb 12:05
· 894 commits to master since this release
  • enhancement: added support for TestCaseFilters (#26)
  • enhancement: added C++ macros for using traits with typed tests (#14)
  • enhancement: placeholder for executable can now be used within the additional test executable arguments (#4)
  • enhancement: GTA now comes with pre-configured Child Process Debugging Power Tool - no need for development mode or manually attaching to processes any more when developing GTA (#20)
  • bugfix: added workaround for a VS bug which could result in lost test results (#15, thanks to Alfred5020 and Dominik Grabiec for debugging)
  • bugfix: no test names were reported to VS.Test.Console and TFS (#25, thanks to Dima Sirotnikov for report and fix)
  • bugfix: SequentialTestRunner invoked CommandLineGenerator with all tests of all executables, resulting in command line arguments longer than necessary (#18, thanks to Dominik Grabiec for report and fix)
  • project structure: renamed solutions and projects
  • quality assurance: provided end-to-end tests making use of VsTest.Console.exe