An open API service indexing awesome lists of open source software.

Testing

Software testing is the act of examining the artifacts and the behavior of the software under test by validation and verification to make sure it works. Software testing can also provide an objective, independent view of the software to allow the business to appreciate and understand the risks of software implementation. Testing can be iterative, and happen multiple times.

https://github.com/qavajs/vscode

VSCode extension to work with qavajs framework

qa test-automation testing

Last synced: 01 May 2025

https://github.com/nfisher/lein-nashtest

Run CLJS tests in nashorn using cljs.test report hooks.

clojurescript lein-plugin leiningen testing

Last synced: 15 May 2025

https://github.com/brandonchinn178/tasty-autocollect

Automatic collection of Tasty tests

haskell testing

Last synced: 29 Jun 2025

https://github.com/tfrommen/wceu-2018-unit-testing

Code for the workshop "An Introduction to Unit Testing (for WordPress)" at WordCamp Europe 2018.

javascript php testing unit-testing wordpress

Last synced: 07 May 2025

https://github.com/jschmid1/esxi_ceph_chaos_monkey

Stress testing tool for VMware and Ceph over iscsi

ceph iscsi testing vmware

Last synced: 18 Sep 2025

https://github.com/esrafilelahi/pets-react-testing

testing with jest, @testing-library/react in reactjs

jest react-testing-library testing

Last synced: 27 Jul 2025

https://github.com/gsrathoreniks/ktor-sample

KTOR project for learning Routing , Serialisation, HTTP request and response handling, automated testing.

backend backend-api backend-server delete get http-server kotlin ktor ktor-feature ktor-framework ktor-server post put testing testing-tools

Last synced: 25 Aug 2025

https://github.com/d-led/cpp-testing-no-excuses

there's no excuse not to do bdd/tdd in c++ projects

bdd cplusplus cucumber specification testing unit-testing

Last synced: 14 Apr 2025

https://github.com/akyoto/assert

A minimal & stateless assert package for writing tests.

go testing testing-framework

Last synced: 07 Apr 2025

https://github.com/erzz/codeclimate-standalone

Runs a detached version of CodeClimate which reports only in the workflow and does not require the CodeClimate Service

code-quality code-quality-analyzer codeclimate quality testing

Last synced: 03 Sep 2025

https://github.com/nitrado/connqc

Cross-region network transport testing tool

network probe tcp testing

Last synced: 25 Dec 2025

https://github.com/quasilyte/inltest

Package inltest helps you to test that performance-sensitive funcs are inlineable.

go golang inline inlining library performance testing

Last synced: 19 Mar 2025

https://github.com/keplersj/jest-preset-gatsby

Preset for testing Gatsby sites using Jest.

gatsby jest react testing typescript unit-testing

Last synced: 13 Aug 2025

https://github.com/amirhnajafiz-archive/testcontainers

Example of using Test containers in Golang (NATS).

containers docker docker-compose go golang nats test-containers testing

Last synced: 15 Jul 2025

https://github.com/ozontech/testo-allure

Allure report plugin for Testo framework. Visualize results of a test run!

allure go plugin reporting testing testo testo-plugin

Last synced: 29 Jun 2026

https://github.com/soroushj/grpcmock

Mock gRPC servers dynamically in Go

go-module golang-module grpc grpc-go mock testing

Last synced: 17 Mar 2026

https://github.com/fscheck/fscheck.properties

FsCheck Basic Property functions

fscheck properties property-based-testing testing

Last synced: 04 Mar 2026

https://github.com/microcks/microcks-testcontainers-node

Node/TypeScript lib for Testcontainers that enables embedding Microcks into your unit tests with lightweight, throwaway instance thanks to containers.

api graphql grpc mocking nodejs rest testcontainers testing typescript

Last synced: 29 Jan 2026

https://github.com/sap-samples/abap-test-isolation-examples

The samples in this repository demonstrate how test isolation can be achieved in ABAP. It does this by giving examples for the available tools the ABAP Platform.

abap abap-development abap-oo isolation sample sample-code samples test-automation testing testing-tools tests

Last synced: 24 Oct 2025

https://github.com/bayer-group/mocka

Mocka is a mocking and stubbing package written for the Go programming language.

golang golang-package mocking stubbing testing

Last synced: 12 Apr 2025

https://github.com/juampynr/d8cidemo

Demo Drupal project with Continuous Integration via CircleCI

ci circleci drupal drush php roboci testing

Last synced: 26 Oct 2025

https://github.com/mfaisalkhatri/webdriverio-ts-appium

This repository has sample tests to run mobile automation for android using WebdriverIO with TypeScript

android-automation beginner mobile-automation mobile-testing test-automation testing tutorial typescript webdriverio

Last synced: 26 Oct 2025

https://github.com/firebirdsql/firebird-testcontainers-java

Firebird-testcontainers-java is a module for Testcontainers.org to provide lightweight, throwaway instances of Firebird for JUnit tests.

docker firebird java jaybird junit test-automation testing

Last synced: 22 Feb 2026

https://github.com/proti-iac/proti

ProTI is an automated unit testing tool for Infrastructure as Code (IaC) programs. ProTI implements Automated Configuration Testing (ACT) for Pulumi TypeScript, minimizing the development effort for unit testing Pulumi TypeScript IaC programs.

automated-testing infrastructure-as-code pulumi testing typescript

Last synced: 08 Oct 2025

https://github.com/torqio/grpcmock

Managed by Terraform

golang grpc grpcmock mock protobuf testing

Last synced: 14 Jan 2026

https://github.com/gagarinjs/meteor-mocha

A set of packages for writing unit tests in Meteor

meteor mocha testing

Last synced: 28 Oct 2025

https://github.com/aklaus/dbsample

Example of automated tests against SQL Server with EF Core

docker dotnet entity-framework sql-server testing xunit

Last synced: 15 Aug 2025

https://github.com/phucvinh57/fastify-template

A project template using fastify with many helpful configurations

basic-authentication bot ci-cd eslint fastify husky prettier prisma swagger-ui testing

Last synced: 18 Jan 2026

https://github.com/bevry/errlop

An extended Error class that envelops a parent error, such that the stack trace contains the causation

client-side debugging nodejs testing

Last synced: 01 Mar 2026

https://github.com/stanislas-m/mocksmtp

A Mock SMTP for Buffalo

go gobuffalo golang mock smtp testing

Last synced: 22 Apr 2025

https://github.com/foresterre/miniview

🏮 a mini image viewer library and cli for testing programs which work with images

cli hacktoberfest image image-viewer library testing viewer visual-debugging

Last synced: 16 Feb 2026

https://github.com/eddienubes/sagetest

🧪 Neat and streamlined library for testing node.js HTTP servers.

express expressjs fastify fetch http node node-fetch nodejs sagetest superagent supertest test testing undici

Last synced: 12 Mar 2026

https://github.com/ainsleymcgrath/pytest-embrace

Define test schemas with dataclasses, generate Pytest tests

code-generation pytest python python-3 testing

Last synced: 09 Apr 2025

https://github.com/lefou/lambdatest

LambdaTest - Lambda-enabled functional testing API on top of JUnit and TestNG

functional-programming java java5 java8 junit junit5 specification testing testng

Last synced: 12 Mar 2026

https://github.com/ezekielutshudi/testing-practice-with-jest

This is a lesson that involves learning how to use unit testing with jest and how to apply it in projects.

jest test testing testing-tools unit-testing

Last synced: 28 Feb 2026

https://github.com/bitsofinfo/yas3fs-cluster-tester

Test harness to induce and validate activity across a multi-node yas3fs cluster

s3 testing yas3fs

Last synced: 18 Oct 2025

https://github.com/pviotti/conver

Consistency verification tool

consistency databases testing verification

Last synced: 09 Apr 2025

https://github.com/amyreese/unittest-ft

Run Python tests in parallel with free threading

free-threading hacktoberfest nogil python testing unittest

Last synced: 23 Apr 2025

https://github.com/jdgrimes/wp-http-testcase

PHPUnit testcase for testing code that uses WordPress's WP_HTTP class

phpunit phpunit-testcase testing wordpress

Last synced: 19 Mar 2025

https://github.com/sonertari/testproxy

Tool for end-to-end testing of proxy servers

development-tools end-to-end proxy-server testing

Last synced: 25 Jul 2025

https://github.com/misson20000/lakebed

Emulation-based testing for Nintendo Switch reimplementations

emulation nintendo-hacking nintendo-switch nintendo-switch-hacking test-driven-development testing

Last synced: 30 Apr 2025

https://github.com/typescript-tdd/jasmine-ts-auto-mock

Jasmine test utility with automatic mock creation for interfaces and classes

fake jasmine mock mock-interface mock-typescript testing typescript-transformer

Last synced: 30 Jul 2025

https://github.com/hugodf/express-supertest-moxios

Testing an Express app with SuperTest and moxios

express express-supertest express-supertest-moxios moxios supertest testing

Last synced: 08 Oct 2025

https://github.com/valid8j/valid8j

A value checking library for Java (DbC, validations, and test assertioins)

assertions-library dbc preconditions testing

Last synced: 14 Jan 2026

https://github.com/boromir674/cookiecutter-python-package

:globe_with_meridians: Scaffold modern Python Package Project, from a configurable Template, delivering public releases to PyPI and Dockerhub and having a CI/CD Pipeline, which supports DevOps processes with best practices.

automation ci cli cookiecutter devops docker generator gitops image module plugin poetry pytest sdist testing wheel workflow

Last synced: 16 Mar 2025

https://github.com/idlesign/pytest-stub

Stub packages, modules and attributes.

pytest pytest-plugin python python3 stub stubbing testing

Last synced: 23 Apr 2025

https://github.com/alicanerdurmaz/testing-react-apps

source code from youtube tutorial

jest mock msw react testing testing-library-react

Last synced: 09 Mar 2026

https://github.com/lucasvmiguel/integration

Integration is a Go tool to run integration tests.

go golang grpc http integration-testing mock test testing testing-tools websocket

Last synced: 01 Sep 2025

https://github.com/mschop/shopware-prod2testing

Shopware plugin, that anonymizes person related information and secrets from db.

anonymizes shopware testing

Last synced: 20 Feb 2026

https://github.com/codelytv/typescript-react_library-vite_template

Template for creating React libraries with TypeScript following best practices: Storybook for documentation, testing, Continuous Integration, and linting

cypress eslint github-actions jest react-library storybook testing typescript vite vite-template vite-template-react

Last synced: 26 Apr 2025

https://github.com/lazervel/testunit

TestUnit is PHP testing library that simplifies unit testing with an assertions.

debugging testing testunit xunit

Last synced: 10 Jun 2025

https://github.com/mcnuttandrew/tap-react-browser

React based tap printer for the browser, test where you live!

browser react tap tape testing

Last synced: 12 Apr 2025

https://github.com/tanshuai/electron-playwright-e2e-test-quick-start

Electron Playwright Example on GitHub Actions Workflow for CI/CT & E2E Testing

automation e2e-testing electron github-actions javascript playwright testing

Last synced: 16 Apr 2025

https://github.com/crazy-canux/super-devops

Tons of devops tools for devops related project.

automation development devops operation testing

Last synced: 09 Apr 2025

https://github.com/kujiale-mobile/vscode-kooltest

kooltest VSCode 自动化测试插件,提高开发自动化测试脚本的效率和用户体验

automated-testing testing typescript vscode-extension

Last synced: 02 May 2025

https://github.com/alexhaxe/haxeium

an automated UI testing framework

haxe haxeui testing ui-test ui-test-automation

Last synced: 07 Oct 2025

https://github.com/borkdude/missing.test.assertions

A library that detects missing test assertions in clojure.test tests

clojure testing

Last synced: 12 Dec 2025

https://github.com/crazi-coder/resttest3

A REST testing and API microbenchmarking tool

api pycurl pyresttest python rest rest-api testing testing-tools

Last synced: 11 Mar 2026

https://github.com/ariesb/autokin

Easy to use gherkin-based scripting for non-developers to work or build REST API Automation testing without coding.

api automation bdd contract-testing gherkin json-schema puppeteer response-schema rest-api rest-client scenario testing web

Last synced: 31 Oct 2025

https://github.com/americanexpress/parrot-jest-image-snapshot-example

✨ Example demonstrating usage of parrot for more deterministic jest-image-snapshot tests

jest-image-snapshot one-app parrot testing

Last synced: 24 Apr 2025

https://github.com/crazy-canux/go-devops

Tons of devops tools for devops related project.

automation development devops operation testing

Last synced: 08 Aug 2025

https://github.com/nanzhong/tstr

Test orchestration and analysis platform

hacktoberfest testing testing-tools

Last synced: 11 Jun 2025

https://github.com/ssssota/svelte-jsx-snippet

Write JSX as Svelte snippets for testing.

jsx svelte testing

Last synced: 02 Jul 2025

https://github.com/smart-ai-memory/empathy-framework

Combining a five-level AI framework with git-native memory overcomes session amnesia, enabling anticipation of problems weeks early. Production results: 2000x cost reduction, 10x+ productivity, shifting AI from reactive to predictive partnership through emotional intelligence, tactical empathy, and systems thinking.

ai ai-collaboration anthropic anticipatory-ai artificial-intelligence claude-code code-analysis debugging developer-productivity developer-tools developer-tools-monorepo fair-source framework healthcare-ai large-language-models llm memdocs open-source python testing

Last synced: 01 Feb 2026

https://github.com/vcaesar/tt

Simple and colorful test tools

assert go golang test testing

Last synced: 13 Jul 2025

https://github.com/ruslansagitov/loud

Web accessibility testing helper

accessibility testing

Last synced: 30 Jun 2025

https://github.com/ohseesoftware/laravel-queue-fake

Real simple function to fake Laravel's queue around a closure.

facade laravel php queue testing

Last synced: 09 Apr 2025

https://github.com/geerlingguy/docker-fedora41-ansible

Fedora 41 Docker container for Ansible playbook and role testing.

ansible docker testing

Last synced: 22 Apr 2025

https://github.com/tiffafoo/cypress-screenshot-diff

📸Cypress screenshot diffing commands with multiple screenshot folders ability

commands cypress diff plugin regression screenshot testing visual

Last synced: 18 Oct 2025

https://github.com/wixplosives/test-drive

Opinionated library for writing web component tests

async chai components dom layout matchers tdd testing web

Last synced: 26 Apr 2025

https://github.com/gaul/mirrorfs

Mirror filesystem operations and check for consistency

filesystem fuse testing

Last synced: 15 Apr 2025

https://github.com/wrike/pytest-hoverfly

Hoverfly integration for pytest

hoverfly pytest service-virtualization testing

Last synced: 09 Apr 2025

https://github.com/qgadrian/compox

🏁 Auto start Docker containers before running your tests

docker-compose docker-container docker-testing elixir-lang testing

Last synced: 01 Jul 2025

https://github.com/processone/httpmock

HTTP recorder and mock library

go golang http testing

Last synced: 18 Aug 2025

https://github.com/test-kitchen/busser-minitest

A Busser runner plugin for the minitest testing library

hacktoberfest managed-by-terraform ruby ruby-gem test-kitchen testing

Last synced: 03 Aug 2025

https://github.com/szabolcstoth/robotframework-basics

Source code of Robot Framework - Learn the basics site.

automation robotframework testautomation testing tutorial

Last synced: 09 Sep 2025

https://github.com/m0zgen/dns-tester

🛠 Test DNS speed reply with overage, min, max statistics

dns dns-test testing testing-tool

Last synced: 06 May 2025

https://github.com/bmvantunes/youtube-react-testing-video2-config-jest-react-testing-library

Setup React.js Testing environment: Next.js, ts-jest, jest, react testing library, eslint plugins for jest and react-testing-library and GitHub Actions

eslint github-actions jest react-testing-library testing unit-test unit-testing

Last synced: 29 Jul 2025

https://github.com/vkcom/ktest

Test and benchmark KPHP code

benchmarking kphp php testing

Last synced: 27 Sep 2025

https://github.com/qavajs/console-formatter

console formatter for cucumber

cucumber-js qa test-automation testing

Last synced: 26 Oct 2025

https://github.com/hamvocke/ansible-local-testing-sample

An example of how to test ansible scripts locally

ansible example provisioning testing

Last synced: 26 Jun 2025

https://github.com/hpple/reflection-assert

Reflection Assert for JUnit 5 & others

assert assertions java junit junit5 reflection testing unit-testing

Last synced: 14 Jan 2026

https://github.com/jacebrowning/pytest-expecter

Better testing with expecter and pytest.

pytest python testing

Last synced: 04 Sep 2025

https://github.com/LIVVkit/LIVVkit

Land Ice Verification & Validation Toolkit

ice-sheet-models testing validation verification

Last synced: 20 Jul 2025

https://github.com/ekaone/javascript-awesome-packages

😎 📃 Javascript Awesome Packages List, start from 🚦 State Management, 🧪 Testing, 🛠 Utilities, 🌈 Design System, 📈 Chart, 🖥 Server, 🔐 Security, 🗄 ORM and Query Builder

database orm security server state-management testing

Last synced: 04 Mar 2025

https://github.com/gabrielcsapo/lcov-server

🎯 A simple lcov server & cli parser

coverage javascript lcov nodejs product testing

Last synced: 12 Sep 2025

https://github.com/biigpongsatorn/vue-test-actions

✅ Unit testing Vuex actions with Jest mocks.

actions jest mock test testing vuex

Last synced: 01 Nov 2025

https://github.com/microcks/microcks-postman-runtime

A bridge for running Postman tests from HTTP interface

api microcks postman testing

Last synced: 13 May 2025