gtest-runner
gtest-runner copied to clipboard
A cross-platform, Qt5 based Graphical User Interface for Google Test unit tests
When I set the Repeat Tests to -1 ,it will loop forever. How to change the settings to sleep 60 seconds after one test?
I try to run a gtest project in gtest runner.but nothing happened.No logs and errors. Is there any demo project can help? main.cpp: #include "stdafx.h" #include "gtest\gtest.h" #include "Test.h" int...
The manual "Clear" functionalty on the Console window works great, but it would be great to have an option to automatically clear the console output window each time a test...
Is it possible to add "run test" for specific test from the test list window ? The same option for test group will be great.
 Also when I am trying to run the google it does not run the test. Even there is no way to know what is going wrong in gtest-runner. No...