Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Testing

Testing

795 projects

Showing 36 of 795 projects

gentleman
gentlemanGo

Plugin-driven, extensible HTTP client toolkit for Go, built on net/http with a hierarchical middleware layer.

#net-http#plugin-system#pluggable
Stars1.1k
Forks58
Last commit2 years ago
Pony
PonyRuby

A Ruby gem for sending email with a simple, expressive API using a single command.

#email-sending#developer-tools#rails
Stars1.1k
Forks51
Last commit1 year ago
Vue Testing Library
Vue Testing LibraryJavaScript

Simple and complete Vue.js testing utilities that encourage good testing practices.

#unit-testing#testing-library#frontend-testing
Stars1.1k
Forks111
Last commit2 years ago
cargo-web
cargo-webRust

A Cargo subcommand for building, testing, and deploying client-side Web applications in Rust.

#client-side-web#webassembly#emscripten
Stars1.1k
Forks80
Last commit2 years ago
pose
poseC#

A .NET library that replaces any method (including static and non-virtual) with a delegate at runtime using managed code.

#reflection-emit#isolation-framework#unit-testing
Stars1.1k
Forks73
Last commit3 years ago
GdUnit4
GdUnit4GDScript

An embedded unit testing framework for Godot 4, supporting GDScript and C# with TDD, mocking, and scene testing.

#unit-test#scene-testing#gdunit4
Stars1.1k
Forks65
Last commit1 day ago
lein-cljsbuild
lein-cljsbuildClojure

A Leiningen plugin for automatic ClojureScript compilation and development workflows.

#javascript-compilation#development-workflow#clojurescript
Stars1.1k
Forks149
Last commit5 years ago
Quiver
QuiverDart

A comprehensive set of utility libraries for Dart that simplifies common tasks and extends core functionality.

#dart#functional-programming#async-programming
Stars1.1k
Forks133
Last commit2 months ago
goapp
goappGo

An opinionated guideline for structuring and developing Go web applications/services following DDD and Clean Architecture principles.

#golang-application#software-architecture#webserver
Stars1.1k
Forks62
Last commit8 months ago
Hercules
HerculesPython

An open-source AI testing agent that automates UI, API, security, accessibility, and visual validations using Gherkin without code.

#playwright#ai#no-code
Stars1.0k
Forks161
Last commit5 days ago
angularjs-gulp-browserify-boilerplate
angularjs-gulp-browserify-boilerplateJavaScript

A deprecated boilerplate for AngularJS applications using Gulp, Browserify, and SASS with best practices.

#gulp#browserify#single-page-application
Stars1.0k
Forks262
Last commit
zerocode
zerocodeJava

A no-code automated testing framework for microservices APIs, Kafka data streams, databases, and load testing using JSON/YAML.

#declarative#load-testing#api
Stars1.0k
Forks444
Last commit6 days ago
Apex Commons
Apex CommonsApex

A comprehensive Apex library implementing enterprise patterns like Service Layer, Domain, Selector, and Unit of Work for Salesforce development.

#service-layer#salesforce#domain-driven-design
Stars1.0k
Forks568
Last commit
BeaconEmitter
BeaconEmitterSwift

A macOS app that transforms your Mac into an iBeacon emitter for broadcasting Bluetooth Low Energy signals.

#ios#mac-app#bluetooth
Stars999
Forks100
Last commit1 year ago
bypass
bypassElixir

A mock HTTP server for Elixir testing that intercepts requests and returns preconfigured responses.

#elixir#integration-testing#http
Stars996
Forks119
Last commit11 months ago
Rerun
RerunRuby

A lightweight Ruby tool that automatically restarts applications when filesystem changes are detected.

#rack#ruby-gem#cli-tool
Stars991
Forks84
Last commit1 month ago
awesome-embedded-systems
awesome-embedded-systems

A curated list of delightful Embedded Systems libraries, RTOSes, modules, references, and resources.

#iot#embedded-c#embedded-systems
Stars980
Forks113
Last commit2 years ago
utest.h
utest.hC++

A single-header unit testing framework for C and C++ with a simple API and Google Test-like output.

#unit-test#unit-testing#embedded
Stars973
Forks71
Last commit5 days ago
Official Boilerplate
Official BoilerplateJavaScript

A ready-to-rock Preact starter project powered by Webpack for building modern web applications.

#spa#development-workflow#boilerplate
Stars962
Forks183
Last commit9 months ago
mix_test_watch
mix_test_watchElixir

Automatically runs Elixir project tests on file changes to support test-driven development workflows.

#elixir#productivity#tdd
Stars955
Forks80
Last commit5 months ago
abstruse
abstruseGo

A lightweight, distributed CI/CD platform written in Go for testing models and code.

#continuous-testing#distributed-systems#build-automation
Stars955
Forks102
Last commit2 years ago
R Packages, 2E
R Packages, 2ER

A comprehensive guide to building, documenting, testing, and distributing R packages.

#reproducible-research#quarto#testing
Stars947
Forks644
Last commit2 days ago
Chex
ChexPython

A library of utilities for writing and testing reliable JAX code, including assertions, debugging tools, and test variants.

#code-reliability#jax#python-library
Stars944
Forks69
Last commit1 month ago
stream_data
stream_dataElixir

An Elixir library for data generation and property-based testing with an idiomatic Elixir API.

#elixir#property-testing#exunit
Stars942
Forks74
Last commit3 days ago
cmake-init
cmake-initCMake

A sophisticated CMake template for modern C and C++ projects, providing best practices for cross-platform development.

#template#deployment#c-plus-plus-11
Stars940
Forks114
Last commit1 year ago
Bloop
BloopScala

A build server and CLI tool that compiles, tests, and runs Scala code quickly from any editor or build tool.

#compilation-server#developer-tools#build-server
Stars939
Forks217
Last commit4 days ago
TaskRabbit's Sample App
TaskRabbit's Sample AppJavaScript

A React Native sample app demonstrating architectural patterns for building social media applications.

#sample-app#flux-architecture#social-media
Stars931
Forks316
Last commit9 years ago
FlubuCore
FlubuCoreC#

A cross-platform build and deployment automation system using C# scripts with a fluent interface and full .NET ecosystem access.

#nuget#build-tools#fluent-interface
Stars930
Forks99
Last commit2 months ago
rebar
rebarErlang

Deprecated Erlang build tool for compiling and testing Erlang applications, port drivers, and releases.

#compilation#otp#dependency-management
Stars930
Forks290
Last commit8 years ago
Laravel Test Factory Generator
Laravel Test Factory GeneratorPHP

Generate Laravel test factories from existing models to accelerate testing setup.

#eloquent#developer-tools#database-testing
Stars929
Forks85
Last commit2 years ago
get-port
get-portJavaScript

A Node.js utility to get an available TCP port with support for preferred ports, ranges, and port reservation.

#dev-tools#tcp-port#nodejs
Stars925
Forks65
Last commit2 months ago
imap
imapPHP

Object-oriented PHP library for reading and processing emails over IMAP with a robust, fully tested API.

#message-search#attachments#library
Stars918
Forks256
Last commit2 months ago
awesome-ld-preload
awesome-ld-preload

A curated list of resources and libraries for LD_PRELOAD, a Linux mechanism for runtime function interception and behavior modification.

#debugging-tools#performance-optimization#behavior-modification
Stars917
Forks45
Last commit2 years ago
jest-preset-angular
jest-preset-angularTypeScript

A Jest configuration preset for testing Angular applications, enabling faster unit tests compared to Karma.

#javascript-testing#test-runner#unit-testing
Stars916
Forks305
Last commit1 day ago
PHPArkitect
PHPArkitectPHP

A PHP tool to enforce architectural constraints and prevent design violations in your codebase.

#layered-architecture#naming-conventions#dev-tools
Stars913
Forks52
Last commit4 days ago
nixos-shell
nixos-shellNix

Spawns lightweight NixOS virtual machines in a shell for testing and development.

#build-with-buildbot#development-environment#nixos
Stars891
Forks45
Last commit5 days ago
PreviousPage 10 of 23Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
8 years ago
4 days ago
#Unit Testing161
#Test Automation115
#Ci Cd106
#Go106
#Javascript93
#Integration Testing89
#Nodejs77
#Golang73
#Developer Tools72
#Testing Tools65
#Docker64
#Devops63