{"id":13730864,"url":"https://github.com/nholthaus/gtest-runner","last_synced_at":"2025-04-07T13:09:05.871Z","repository":{"id":49033882,"uuid":"52739199","full_name":"nholthaus/gtest-runner","owner":"nholthaus","description":"A cross-platform, Qt5 based Graphical User Interface for Google Test unit tests","archived":false,"fork":false,"pushed_at":"2020-02-24T13:32:15.000Z","size":2713,"stargazers_count":282,"open_issues_count":6,"forks_count":74,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-03-31T12:05:36.322Z","etag":null,"topics":["cpp","cross-platform","dark-theme","google-test","graphical-user-interface","qt5"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nholthaus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-28T19:31:04.000Z","updated_at":"2025-03-23T09:29:20.000Z","dependencies_parsed_at":"2022-09-08T15:12:01.896Z","dependency_job_id":null,"html_url":"https://github.com/nholthaus/gtest-runner","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nholthaus%2Fgtest-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nholthaus%2Fgtest-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nholthaus%2Fgtest-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nholthaus%2Fgtest-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nholthaus","download_url":"https://codeload.github.com/nholthaus/gtest-runner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247657281,"owners_count":20974345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","cross-platform","dark-theme","google-test","graphical-user-interface","qt5"],"created_at":"2024-08-03T02:01:20.528Z","updated_at":"2025-04-07T13:09:05.848Z","avatar_url":"https://github.com/nholthaus.png","language":"C++","readme":"# gtest-runner \r\n[![Build Status](https://travis-ci.org/nholthaus/gtest-runner.svg?branch=master)](https://travis-ci.org/nholthaus/gtest-runner) [![Build Status](https://ci.appveyor.com/api/projects/status/github/nholthaus/gtest-runner?branch=master\u0026svg=true)](https://ci.appveyor.com/project/nholthaus/gtest-gui) ![license](https://img.shields.io/badge/license-MIT-orange.svg) ![copyright](https://img.shields.io/badge/%C2%A9-Nic_Holthaus-orange.svg) ![language](https://img.shields.io/badge/language-c++-blue.svg) ![c++](https://img.shields.io/badge/std-c++14-blue.svg) ![Qt](https://img.shields.io/badge/Qt-5-blue.svg)\u003cbr\u003e![msvc2013](https://img.shields.io/badge/MSVC-2013-ff69b4.svg) ![msvc2015](https://img.shields.io/badge/MSVC-2015-ff69b4.svg) ![gcc-4.9.3](https://img.shields.io/badge/GCC-4.9.3-ff69b4.svg) ![gcc-5.4.0](https://img.shields.io/badge/GCC-5.4.0-ff69b4.svg)\r\n\r\n\r\nA Qt5 based automated test-runner and Graphical User Interface for Google Test unit tests\r\n\r\n# Table of Contents\r\n\r\n\u003c!-- TOC --\u003e\r\n\r\n- [gtest-runner](#gtest-runner)\r\n- [Table of Contents](#table-of-contents)\r\n- [Light Theme](#light-theme)\r\n- [Dark Theme](#dark-theme)\r\n- [Features](#features)\r\n- [Supported Platforms](#supported-platforms)\r\n- [Installers](#installers)\r\n\t- [Windows](#windows)\r\n\t- [Ubuntu](#ubuntu)\r\n\t- [Other Linux Distributions](#other-linux-distributions)\r\n- [Build Instructions](#build-instructions)\r\n\r\n\u003c!-- /TOC --\u003e\r\n\r\n# Light Theme\r\n![Light Theme Screenshot](resources/screenshots/screen.png)\r\n\r\n# Dark Theme\r\n![Dark Theme Screenshot](resources/screenshots/screen2.png)\r\n\r\n# Features\r\n\r\n`gtest-runner` is an automated test runner that will ensure you are always looking at the latest test results, whenever you build a gtest executable. Check the [features guide](FEATURES.md) to see what else `gtest-runner` is capable of.\r\n\r\n# Supported Platforms\r\n\r\nTo date, gtest-runner has been tested on:\r\n- Windows 10/7\r\n- Ubuntu 16.04/15.10/14.04\r\n- CentOS 7\r\n\r\n# Installers\r\n\r\n## Windows\r\n\r\nVisit the [Latest release page](https://github.com/nholthaus/gtest-runner/releases) for binary installers. \r\n\r\nSince version 1.1.2, all Windows binaries are signed.\r\n\r\n## Ubuntu\r\n\r\nBinary packages are available through the [gtest-runner PPA](https://launchpad.net/~nholthaus/+archive/ubuntu/gtest-runner) for many versions of Ubuntu. To install gtest-runner via the PPA, type the following commands:\r\n\r\n```bash\r\nsudo add-apt-repository ppa:nholthaus/gtest-runner\r\nsudo apt-get update\r\nsudo apt-get install gtest-runner\r\n```\r\n\r\nOf course, you can also [build gtest-runner from source](BUILD.md).\r\n\r\n## Other Linux Distributions\r\n\r\nPlease see the instructions on [how to build gtest-runner from source](BUILD.md).\r\n\r\n# Build Instructions\r\n\r\nSee the [Build Instructions](BUILD.md) for information on how to build gtest-runner from source on your platform.\r\n","funding_links":[],"categories":["C++"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnholthaus%2Fgtest-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnholthaus%2Fgtest-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnholthaus%2Fgtest-runner/lists"}