All Projects → houqp → gtest

houqp / gtest

Licence: MIT license
Go test utility library inspired by pytest

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to gtest

Airtest
UI Automation Framework for Games and Apps
Stars: ✭ 5,733 (+21133.33%)
Mutual labels:  test-automation, test-framework
Mountebank
Over the wire test doubles
Stars: ✭ 1,678 (+6114.81%)
Mutual labels:  test-automation, test-framework
Qtools
QTools collection of open source tools for embedded systems development on Windows, Linux and MacOS
Stars: ✭ 64 (+137.04%)
Mutual labels:  test-automation, test-framework
pysys-test
PySys System Test Framework
Stars: ✭ 14 (-48.15%)
Mutual labels:  test-automation, test-framework
Recheck Web
recheck for web apps – change comparison tool with local Golden Masters, Git-like ignore syntax and "Unbreakable Selenium" tests.
Stars: ✭ 224 (+729.63%)
Mutual labels:  test-automation, test-framework
Atata
C#/.NET test automation framework for web
Stars: ✭ 362 (+1240.74%)
Mutual labels:  test-automation, test-framework
Testcafe
A Node.js tool to automate end-to-end web testing.
Stars: ✭ 9,176 (+33885.19%)
Mutual labels:  test-automation, test-framework
playwright-fluent
Fluent API around playwright
Stars: ✭ 71 (+162.96%)
Mutual labels:  test-automation, test-framework
Qt4i
QTA driver for iOS app
Stars: ✭ 191 (+607.41%)
Mutual labels:  test-automation, test-framework
Stb Tester
Automated Testing for Set-Top Boxes and Smart TVs
Stars: ✭ 148 (+448.15%)
Mutual labels:  test-automation, test-framework
Tlsfuzzer
SSL and TLS protocol test suite and fuzzer
Stars: ✭ 335 (+1140.74%)
Mutual labels:  test-automation, test-framework
exactly
Exactly - tests a command line program by executing it in a temporary sandbox directory and inspecting its result.
Stars: ✭ 30 (+11.11%)
Mutual labels:  test-automation, test-framework
Qt4a
QTA driver for Android app
Stars: ✭ 297 (+1000%)
Mutual labels:  test-automation, test-framework
Qtaf
QTA test framework
Stars: ✭ 370 (+1270.37%)
Mutual labels:  test-automation, test-framework
tropic
🍍 Test Runner Library
Stars: ✭ 29 (+7.41%)
Mutual labels:  test-automation, test-framework
Poco
A cross-engine test automation framework based on UI inspection
Stars: ✭ 1,177 (+4259.26%)
Mutual labels:  test-automation, test-framework
MAQS
Magenic's automation quick start
Stars: ✭ 46 (+70.37%)
Mutual labels:  test-automation, test-framework
page-content-tester
Paco is a Java based framework for non-blocking and highly parallelized Dom testing.
Stars: ✭ 13 (-51.85%)
Mutual labels:  test-automation, test-framework
Zunit
A powerful testing framework for ZSH projects
Stars: ✭ 140 (+418.52%)
Mutual labels:  test-automation, test-framework
NBi
NBi is a testing framework (add-on to NUnit) for Business Intelligence and Data Access. The main goal of this framework is to let users create tests with a declarative approach based on an Xml syntax. By the means of NBi, you don't need to develop C# or Java code to specify your tests! Either, you don't need Visual Studio or Eclipse to compile y…
Stars: ✭ 102 (+277.78%)
Mutual labels:  test-automation, test-framework

GTest

Documentation goreportcard codecov CircleCI

Lightweight Golang test framework inspired by pytest.

GTest provides the following functionalities to help reduce boilerplate in test code:

  • Test grouping
  • Setup, Teardown hooks for test groups
  • BeforeEach, AfterEach hooks for tests
  • Fixture injection

See docs, example_test.go and gtest_test.go for examples.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].