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

commander
commanderGo

A CLI tool for testing command-line interfaces across local machines, SSH hosts, and Docker containers using YAML test definitions.

#devops#integration-testing#terminal
Stars230
Forks19
Last commit2 years ago
white_bread
white_breadElixir

A story BDD tool for Elixir that parses Gherkin feature files and executes them as acceptance tests.

#elixir#testing-tool#mix-task
Stars229
Forks36
Last commit5 years ago
ChromeController
ChromeControllerPython

A comprehensive Python wrapper and execution manager for Chrome/Chromium using the Chrome Debugging Protocol.

#chrome#remote-control#use-less-jerberscript
Stars229
Forks28
Last commit1 year ago
zunit
zunitShell

A powerful unit testing framework for ZSH shell scripting projects.

#bats-inspired#developer-tools#test-runner
Stars225
Forks27
Last commit2 years ago
zunit
zunitShell

A powerful unit testing framework for ZSH shell scripting projects.

#bats-inspired#developer-tools#test-runner
Stars225
Forks27
Last commit2 years ago
Interview Questions for Senior Android Developers
Interview Questions for Senior Android Developers

A comprehensive collection of technical interview questions for Senior Android Developer positions.

#technical-interview#java#android-development
Stars223
Forks24
Last commit1 year ago
laravel5-3-example
laravel5-3-exampleJavaScript

A tutorial Laravel 5.3 application demonstrating authentication, roles, blog, admin dashboard, and testing.

#tutorial-example#authentication#laravel
Stars220
Forks114
Last commit8 years ago
Retest
RetestRuby

A CLI tool that monitors file changes and automatically runs corresponding Ruby tests with zero setup required.

#hanami#developer-tools#rails
Stars219
Forks5
Last commit1 month ago
coderplanets.com
coderplanets.comElixir

A GraphQL API server for coderplanets.com, built with Elixir and Phoenix.

#deployment#elixir#api-server
Stars218
Forks20
Last commit3 years ago
AyeSpy
AyeSpyJavaScript

A high-performance visual regression testing tool that catches UI regressions with fast image comparisons.

#visual-regression-testing#selenium-webdriver#screenshot-comparison
Stars217
Forks12
Last commit8 months ago
patch
patchElixir

An Elixir mocking library that patches functions for testing with unique superpowers like patching private functions.

#elixir#unit-testing#exunit
Stars215
Forks14
Last commit1 year ago
power_assert
power_assertElixir

Power Assert for Elixir: enhances ExUnit test output by showing evaluation results of each expression in assertions.

#elixir#developer-tools#assert
Stars214
Forks6
Last commit3 years ago
jester
jesterLua

A Neovim plugin for running and debugging Jest tests directly from the editor.

#treesitter#test-runner#nvim-dap
Stars213
Forks13
Last commit1 year ago
JMock
JMockJava

A high-performance Java library for generating realistic business data with internationalization support.

#simulation#high-performance#functions
Stars211
Forks23
Last commit27 days ago
wasmbrowsertest
wasmbrowsertestGo

Run Go WebAssembly tests directly in a browser, automating compilation, serving, and execution.

#exec#webassembly#chromedp
Stars208
Forks27
Last commit6 days ago
candrew/netsim
candrew/netsimRust

A Rust library for network simulation, isolation, and packet inspection to test networking code.

#network-isolation#containerization#tcp
Stars208
Forks25
Last commit1 year ago
Publishing code coverage to CodeClimate
Publishing code coverage to CodeClimateTypeScript

A GitHub Action that publishes code coverage reports to Code Climate from CI workflows.

#quality#devops#codeclimate
Stars207
Forks63
Last commit10 months ago
Turbo Tests
Turbo TestsRuby

A drop-in replacement for parallel_tests that runs RSpec tests on multiple cores with incremental summarized output.

#ruby-gem#ci-cd#parallel-tests
Stars207
Forks36
Last commit8 months ago
LitElement JavaScript starter
LitElement JavaScript starterJavaScript

A starter template for building web components with LitElement and JavaScript.

#web-components#custom-elements#development-workflow
Stars207
Forks125
Last commit1 year ago
babylonjs-webpack-es6
babylonjs-webpack-es6TypeScript

A Babylon.js starter template with TypeScript, Webpack, ES6 modules, hot reloading, and testing setup.

#es6-modules#hot-reloading#sample-project
Stars206
Forks107
Last commit27 days ago
charlatan
charlatanGo

A Go interface mocking tool that generates fake implementations for testing, with detailed call tracking.

#unit-testing#interface-mocking#mocking
Stars205
Forks10
Last commit2 years ago
CsCheck
CsCheckC#

A C# random testing library with parallelized generation and shrinking based on the PCG random number generator.

#model-based-testing#performance-testing#unit-testing
Stars204
Forks5
Last commit3 days ago
govcr
govcrGo

A Go library for recording and replaying HTTP/HTTPS interactions as mock cassettes for offline testing.

#playback#proxy#integration-testing
Stars199
Forks17
Last commit1 month ago
nvim-test
nvim-testLua

A Neovim wrapper for running tests across multiple programming languages and test runners.

#multi-language#pytest#test-runner
Stars198
Forks25
Last commit1 month ago
gotestdox
gotestdoxGo

A command-line tool that formats Go test results as readable sentences to encourage literate test naming.

#agiledox#developer-tools#command-line-tool
Stars198
Forks5
Last commit9 months ago
gherkin-lint
gherkin-lintJavaScript

A configurable linter and validator for Gherkin feature files, written in JavaScript.

#linter#feature-files#gherkin
Stars198
Forks75
Last commit1 year ago
interchaintest
interchaintestGo

An end-to-end testing framework for blockchain interoperability, focusing on the Inter-Blockchain Communication (IBC) protocol.

#cosmos#blockchain-testing#cosmos-sdk
Stars197
Forks151
Last commit4 months ago
amrita
amritaElixir

A polite, well-mannered testing framework for Elixir with BDD-style mocks and checker-based assertions.

#elixir#developer-tools#unit-testing
Stars197
Forks28
Last commit9 years ago
blacksmith
blacksmithElixir

A data generation framework for Elixir that simplifies creating test records as maps or Ecto models.

#functional-programming#elixir#ecto
Stars195
Forks11
Last commit3 years ago
ember-cli-code-coverage
ember-cli-code-coverageJavaScript

A code coverage tool for Ember.js applications using Istanbul to instrument and report test coverage.

#ember-addon#test-coverage#babel-plugin
Stars195
Forks107
Last commit1 year ago
stb-tester
stb-testerPython

Automated UI testing framework for set-top boxes and smart TVs using infrared commands and video analysis.

#remote-control#smart-tv#opencv
Stars193
Forks98
Last commit25 days ago
vue-axe
vue-axeJavaScript

Accessibility auditing for Vue.js applications using axe-core validation during development.

#hacktoberfest#vue-js#a11y
Stars191
Forks12
Last commit1 year ago
SafeDI
SafeDISwift

A compile-time-safe dependency injection library for Swift that eliminates boilerplate while ensuring dependency validity.

#ios#dependency-injection#swift-package-manager
Stars189
Forks8
Last commit5 days ago
jmeter-prometheus-plugin
jmeter-prometheus-pluginJava

A JMeter plugin that exposes performance test results as Prometheus metrics via an HTTP API.

#load-testing#performance-testing#jmeter
Stars188
Forks116
Last commit2 years ago
MirrorDiffKit
MirrorDiffKitSwift

A Swift library that provides human-readable diff output for XCTAssertEqual failures and default Equatable implementations.

#ios#library#unit-testing
Stars188
Forks5
Last commit2 years ago
actions/setup-ruby: Ruby
actions/setup-ruby: RubyTypeScript

A deprecated GitHub Action that sets up a Ruby environment with a specified version for CI/CD workflows.

#devops#workflow-automation#continuous-integration
Stars187
Forks71
Last commit5 years ago
PreviousPage 17 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