Gtest Runner Versions Save

A cross-platform, Qt5 based Graphical User Interface for Google Test unit tests

v1.4.0

7 years ago

New Features:

  • better failure parsing for gtest-1.8.0
  • Adds dark theme
  • Add Test... default directory persists between runs
  • test case selection persists between runs
  • reduced the amount of highlighted text when using the prev/next failure buttons.
  • fixed RPATH

Bug Fixes

  • fixed crash when typing an incomplete regex into the Filter Test Output... line edit.

v1.3.1

7 years ago

Updates:

  • Improvements to build system, namely switching to the Qt 5.7 PPA since Qt 5.6 is no longer supported.

v1.3.0

8 years ago

New Features:

  • Adds "find" dialog for console window.
  • Adds next/previous test-case failure buttons to console window.
  • Selecting a failure scrolls to the failure in the console window.
  • Adds command line options for adding tests and reseting to factory defaults.

Bug fixes:

  • fixes [DEATH] test syntax highlighting
  • fixes select all/copy being disabled in the console window

v1.2.1

8 years ago

Bug Fixes:

  • Fixes parsing of expected values for EXPECT_TURE and EXPECT_FALSE macros.

v1.2.0

8 years ago

Adds drag and drop support to the UI:

  • Test executables can be re-ordered within the executable view via drag-and-drop.
  • New test executables can be added by dropping them anywhere on the UI.

v1.1.2

8 years ago

Source code + signed Windows binaries

Improvements:

  • adds binary signing to the windows installers
  • adds debug/release labels to visual studio generated test executables
  • prevents adding multiple instances of the same test
  • keeps test case columns properly sized while using the test output filter.

v1.0.0

8 years ago

Source code + Windows binaries.

Initial Release.