Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Testing

Testing

857 projects

Showing 36 of 857 projects

testcase
testcaseGo

An opinionated Go testing framework that supports test-driven design with BDD conventions, modular testing components, and safe parallel execution.

#integration-testing#behavior-driven-development#tdd
Stars130
Forks11
Last commit24 days ago
MockSSH
MockSSHPython

A Python library to mock SSH servers and define custom commands for testing automation scripts.

#honeypot#devops#unit-testing
Stars130
Forks25
Last commit7 days ago
svelte-jester
svelte-jesterTypeScript

A Jest transformer that precompiles Svelte components for testing, supporting both ESM and CJS.

#transformer#test-runner#unit-testing
Stars128
Forks17
Last commit1 year ago
superdeno
superdenoTypeScript

A super-agent driven library for testing Deno HTTP servers with a high-level abstraction.

#superagent#superdeno#integration-testing
Stars124
Forks8
Last commit1 year ago
Beanmother
BeanmotherJava

A Java library for creating test data objects using YAML fixtures and the ObjectMother pattern.

#object-mapping#fixtures#unit-testing
Stars121
Forks26
Last commit3 years ago
unit-threaded
unit-threadedD

Advanced multi-threaded unit test framework for D with custom assertions, property-based testing, and mocking.

#d-language#property-testing#unit-testing
Stars121
Forks38
Last commit17 days ago
oml
omlOCaml

A comprehensive OCaml library for mathematical and statistical analysis with typed, descriptive APIs.

#scientific-computing#typed-api#open-source
Stars120
Forks9
Last commit8 years ago
superoak
superoakTypeScript

HTTP assertion library for testing Deno's Oak web framework, built as a wrapper around SuperDeno.

#superdeno#integration-testing#testing-library
Stars120
Forks9
Last commit7 months ago
webdriver
webdriverElixir

An Elixir client library implementing the WebDriver protocol for browser automation with PhantomJS, Firefox, Chrome, and remote servers.

#elixir#integration-testing#chromedriver
Stars119
Forks30
Last commit6 years ago
create-test-server
create-test-serverJavaScript

Creates a minimal Express server with HTTP/HTTPS support for testing, avoiding the need for mocking.

#http-server#integration-testing#server
Stars119
Forks13
Last commit6 years ago
gocontracts
gocontractsGo

A Go tool that automatically generates pre- and post-condition checks from function descriptions to implement design-by-contract.

#developer-tools#preconditions#design-by-contract
Stars118
Forks12
Last commit7 years ago
test-each
test-eachJavaScript

A test runner-agnostic library for data-driven testing, fuzz testing, and snapshot testing with descriptive titles.

#data-driven-testing#cartesian-product#data-driven
Stars118
Forks2
Last commit1 year ago
Elm Batteries
Elm BatteriesElm

A project template and generator for building Elm applications with Parcel, Cypress, and Netlify integration.

#elm-test#project-template#cli-tool
Stars118
Forks5
Last commit4 years ago
nutmeg
nutmegTypeScript

A CLI tool to build, test, and publish vanilla Web Components with TypeScript and lit-html.

#web-components#custom-elements#webcomponents
Stars117
Forks8
Last commit2 years ago
pixels-catcher
pixels-catcherTypeScript

A library for UI snapshot testing of React Native components and screens, comparing pixel data to detect visual regressions.

#screenshot#ui-testing#ui
Stars116
Forks9
Last commit6 months ago
jest-marbles
jest-marblesTypeScript

A set of helper functions and Jest matchers for RxJS marble testing, making reactive code testing easy and clear.

#jest-matchers#rxjs6#unit-testing
Stars114
Forks14
Last commit2 days ago
cfncluster-cookbook
cfncluster-cookbookRuby

A Chef cookbook for building and bootstrapping AWS ParallelCluster, an HPC cluster management tool for AWS.

#devops#aws-parallelcluster#infrastructure-as-code
Stars113
Forks111
Last commit3 days ago
pytest-annotate
pytest-annotatePython

A pytest plugin that automatically generates PyAnnotate type annotations from your test runs.

#static-typing#pyannotate#type-safety
Stars113
Forks10
Last commit4 years ago
And others
And othersMarkdown

A curated collection of software testing blogs and resources covering agile testing, test automation, TDD, and quality assurance.

#software-testing#testing-community#automated
Stars112
Forks12
Last commit2 months ago
gulp-jasmine
gulp-jasmineJavaScript

A Gulp plugin for running Jasmine 3 tests in Node.js with configurable reporters and options.

#javascript-testing#test-runner#unit-testing
Stars112
Forks40
Last commit4 years ago
Wagtail Factories
Wagtail FactoriesPython

Factory Boy classes for generating test data in Wagtail CMS projects.

#factory-boy#wagtail#python
Stars112
Forks48
Last commit11 days ago
Swizzlean
SwizzleanObjective-C

A lightweight Objective-C helper class for method swizzling in iOS/macOS development.

#ios#objective-c#method-swizzling
Stars112
Forks12
Last commit3 years ago
JayDiff
JayDiffGo

A command-line JSON diff utility with multiple output formats and flexible comparison options.

#json-stream#diff-tool#api-development
Stars110
Forks9
Last commit1 month ago
cossack
cossackCrystal

A simple and flexible HTTP client for Crystal with middleware support and built-in testing utilities.

#crystal-library#crystal-lang#testing
Stars110
Forks11
Last commit6 years ago
webmock.cr
webmock.crCrystal

A Crystal library for stubbing HTTP::Client requests in tests, inspired by the Ruby webmock gem.

#webmock#unit-testing#integration-testing
Stars110
Forks19
Last commit1 year ago
Fork Off Substrate
Fork Off SubstrateJavaScript

A script to bootstrap a new Substrate chain with the current state of a live chain for development and testing.

#kusama#rpc-client#development-tool
Stars110
Forks64
Last commit2 years ago
nerds
nerdsJavaScript

A JavaScript API for generating random mock data from popular nerdy franchises like Harry Potter, Star Wars, and Pokemon.

#javascript-api#harry-potter#pop-culture
Stars109
Forks8
Last commit2 years ago
setup-ros
setup-rosTypeScript

A GitHub Action to set up ROS and ROS 2 environments for CI/CD workflows across Linux, macOS, and Windows.

#robotics#devops#ros2
Stars108
Forks52
Last commit4 days ago
purescript-quickcheck
purescript-quickcheckPureScript

A property-based testing library for PureScript, implementing the QuickCheck approach.

#functional-programming#purescript#testing
Stars108
Forks42
Last commit4 years ago
actions/setup-julia: Julia
actions/setup-julia: JuliaTypeScript

A GitHub Action to install and configure Julia for CI/CD workflows, supporting version ranges, architectures, and matrix testing.

#actions#hacktoberfest#julia
Stars108
Forks25
Last commit12 days ago
playwright-rust
playwright-rustRust

Rust language bindings for Microsoft Playwright, providing cross-browser end-to-end testing for the Rust ecosystem.

#playwright#cross-browser#async
Stars108
Forks14
Last commit1 day ago
aresponses
aresponsesPython

An asyncio testing server for mocking external HTTP services, similar to the responses library but for aiohttp.

#asyncio#aiohttp#pytest
Stars108
Forks20
Last commit1 year ago
gocrest
gocrestGo

A Hamcrest-like assertion library for Go providing composable, self-describing matchers for readable tests.

#matcher#test-matchers#unit-testing
Stars107
Forks7
Last commit1 month ago
shopify
shopifyElixir

An Elixir package for accessing the Shopify Admin API with support for OAuth, private apps, and comprehensive resource coverage.

#ecommerce#elixir-lang#oauth
Stars104
Forks55
Last commit3 years ago
quicktest.nvim
quicktest.nvimC++

A Neovim plugin for running tests with live feedback in split windows or popups, supporting multiple languages and frameworks.

#vimscript#developer-tools#test-runner
Stars104
Forks10
Last commit1 month ago
faker
fakerGo

A Go library for generating random fake data and populating structs with customizable builders and zero dependencies.

#generator#fake-data#factory
Stars102
Forks11
Last commit2 years ago
PreviousPage 20 of 24Next

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
#Unit Testing180
#Test Automation125
#Go113
#Ci Cd112
#Javascript101
#Integration Testing96
#Nodejs83
#Developer Tools77
#Golang75
#Docker68
#Devops67
#Testing Tools67