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/russfellows/warp-replay

S3 workload tool - adds I/O replay to warp. Part of the sai3 project.

benchmarking s3 sai3 storage testing

Last synced: 14 Jan 2026

https://github.com/atlassian-labs/unstoppable-mockery

Unstoppable Mockery is a lightweight utility for creating type-safe, fully mocked classes and interfaces for Jest tests. Unlike jest.mock('<module-path>'), it allows you to mock classes and interfaces directly, with full TypeScript support and without relying on module boundaries.

jest mocking mockito testing unit-testing

Last synced: 07 Oct 2025

https://github.com/diomonogatari/mcp-server-factory

Provides an in-memory test harness for .NET MCP servers, similar to WebApplicationFactory<T> for Web APIs.

dotnet integration-testing mcp mcp-server model-context-protocol nuget test-harness testing

Last synced: 06 Jun 2026

https://github.com/brianary/pretendpoint

Pretend Endpoint, the disposable web server. A set of PowerShell cmdlets to create an HTTP test server/endpoint for inspecting or debugging client requests.

endpoint fsharp network-analysis powershell powershell-module testing

Last synced: 23 Feb 2026

https://github.com/dbrennand/molecule-demo

This repository is a demo of how to use Molecule to test an Ansible playbook.

ansible ansible-playbook molecule testing

Last synced: 27 Apr 2026

https://github.com/qajonatasmartins/qa.base-example-web-test.webdriverio

Projeto base com exemplos para testes automatizados web com o webdriverio

automation-testing testing web-testing webdriverio

Last synced: 07 Oct 2025

https://github.com/milahu/jsfuzz

Coverage guided fuzzer for javascript

fuzz-testing fuzzer fuzzing javascript testing

Last synced: 27 Apr 2026

https://github.com/thekeogh/factoryse

Factoryse is a TypeScript-based test factory library that simplifies the creation of test data for your Node.js applications.

dummy factory faker nodejs testing typescript

Last synced: 28 Apr 2026

https://github.com/bhavik444/techistanbul_python_bootcamp

👨💻 Master Python programming through practical exercises in this 80-hour bootcamp, designed for beginners to advanced learners.

algorithms api-development automation coding-bootcamp data-analysis data-visualization django flask git machine-learning python software-engineering testing web-development web-scraping

Last synced: 28 Apr 2026

https://github.com/hrosicka/simpleseleniumexample

Automate Python website interactions with Selenium and Chrome webdriver - explore, test, and learn!

python selenium testing tests

Last synced: 28 Apr 2026

https://github.com/kautenja/parse-server-mock

mock elements to make unit testing parse-server cloud code easier

mock parse-server testing typescript

Last synced: 28 Apr 2026

https://github.com/schubergphilis/terraformlintingcli

A cli tool to lint terraform resources based on provided rules

linting terraform testing

Last synced: 28 Apr 2026

https://github.com/lreimer/infodays-api24

Boost Your API Development Speed the Cloud-native Way @ InfoDays API-Design 2024.

api development microcks mocking testing

Last synced: 28 Apr 2026

https://github.com/zanetworker/go-kubesanity

A sanity checking tool for Kubernetes written in Go

golang kubernetes testing

Last synced: 29 Apr 2026

https://github.com/danielbrito/tdd-project-node

🟢 Node project from the book Learning Test-Driven Development.

cd ci javascript node tdd testing

Last synced: 30 Apr 2026

https://github.com/dingo-actual/failextract

FailExtract is a lightweight Python library that automatically captures detailed failure context from pytest test runs, including fixture dependencies, source code, and exception details to streamline debugging workflows.

cli-tool debugging decorator developer-tools json pytest pytest-plugin python test-analysis test-failed test-reporting testing thread-safe xml yaml

Last synced: 30 Apr 2026

https://github.com/yuliskov/react-localtodos

Another Todo sample app based on React

enzyme jest react react-intl redux redux-persist stylus testing

Last synced: 30 Apr 2026

https://github.com/dgg/testing-commons

Classes and extensions that help testing code in general and more specific areas such as configuration and web artifacts.

constraints helpers integration-testing nunit servicestack testing unit-testing utility utility-library

Last synced: 14 Jan 2026

https://github.com/brianbancroft/question-cypress-mapboxgl

Abstract examples of testing mapboxgl in cypress

cypress e2e mapbox-gl-js mapboxgl react testing testing-library

Last synced: 01 May 2026

https://github.com/maloleroy/confer

🧪 A C/C++ unit testing library written in C, with no heap memory allocation! 🌳

c cpp testing unit-testing

Last synced: 01 May 2026

https://github.com/burnsoftnet/burnsoft.testing.web.selenium

Web Testing LIbrary using Selenium to test any of the websites, just simplifying the process to to a unit test on your website

burnsoft selenium selenium-webdriver testing unittest website

Last synced: 02 May 2026

https://github.com/mateoramirezrubio1/mini-blog-rest-api

A mini blog Django project demonstrating the implementation of the Services and Repositories design pattern for a blog application.

api api-rest django django-rest-framework pytest python rest rest-api test testing

Last synced: 02 May 2026

https://github.com/heiseonline/request-promise-native-record

Records and plays back responses from remote web services so you can test your code in peace.

javascript mocha recorder request-promise-native testing

Last synced: 25 Apr 2025

https://github.com/lambdatest/python-selenium-scroll

How to scroll webpage in automation test in Python-selenium on LambdaTest

lambdatest python selenium testing

Last synced: 02 May 2026

https://github.com/milly/ts-streamtest

Library for testing streams like RxJS

rxjs testing typescript webstream

Last synced: 09 Oct 2025

https://github.com/austinv11/tinkertest

Super simple and readable testing/validation in python 3

python python3 testing unittest validation

Last synced: 09 Jun 2026

https://github.com/typed-sigterm/any

Mock anything with a Magic Object.

chai jest mock testing unit-testing vitest

Last synced: 02 May 2026

https://github.com/flimzy/diff

This package has been superseded by https://gitlab.com/flimzy/testy

diff go testing

Last synced: 10 Oct 2025

https://github.com/simonkowallik/tcl-smock

:nut_and_bolt: A simple TCL mock implementation primarily designed for unit testing of F5 iApps and tmsh scripts

mock mocking tcl testing unittest

Last synced: 05 Feb 2026

https://github.com/sahilcreate/top-testing-practice

Practising TDD while following The Odin Project

jest-tests tdd test-driven-development testing

Last synced: 25 Mar 2025

https://github.com/basemax/mochachaijstest

In this repository, You will see how to setup the Mocha unit testing framework along with Chai which is an assertion library. (JavaScript)

chai chai-js chai-test javascript js mocha test test-automation testing testing-library testing-tools tests

Last synced: 13 Apr 2026

https://github.com/feniljain/zeus

Zeus: Yet another meeting scheduler!

backend clean-architecture golang testing

Last synced: 14 Jan 2026

https://github.com/rayzler/movies-api-with-bun-and-elysia

API de películas que utiliza Bun y el framework Elysia. Puede interactuar con diferentes tipos de bases de datos. La elección de la base de datos se realiza a través de argumentos de línea de comandos cuando se inicia la aplicación.

api bun dependency-injection elysiajs env json-api mongodb mvc mysql-database mysql2 testing zod-validation

Last synced: 04 May 2026

https://github.com/dexilion-team/lastest

Free Automated Visual Testing with or without AI

claude-code copilotkit playwright testing testing-tools

Last synced: 10 Oct 2025

https://github.com/nuvrel/moldable

moldable 🔧 builds precise interfaces from any package so you can plug in mockery, gomock, moq, or any other mock tool you like.

go golang mock mocking mocks testing

Last synced: 14 Jan 2026

https://github.com/percy/example-percy-playwright

Example app showing integration of Percy visual testing into Puppeteer tests.

percy playwright testing visual-testing

Last synced: 05 Jul 2025

https://github.com/abh80/harness

Harness is simple diff based testing framework, written in pure native powershell/bash script. Simple and Flexible to install works with any kind of project.

framework powershell test-automation testing tools

Last synced: 09 Jun 2026

https://github.com/kaosdev/test-decorators

Typescript decorators for developing framework agnostic tests

decorators jasmine jest mocha testing typescript unit-testing

Last synced: 19 Jan 2026

https://github.com/andrehora/pathspotter

Exploring tested paths in Python programs

dynamic-analysis mining-software-repositories python testing

Last synced: 05 May 2026

https://github.com/benzid-wael/ng2-product

Materials for testing Angular2 projects.

angular-cli angular2 jasmine testing

Last synced: 05 May 2026

https://github.com/microsoftpremier/js-testcat

Repo for the JavaScript Test Categories npm package

jasmine mocha test testing

Last synced: 21 Jan 2026

https://github.com/alexmafaluno/mai.fulness

Mai.fulness es un aplicativo sobre meditación con el objetivo de ayudar a las personas a desconectar para conectar mediante la práctica de meditación

angular bootstrap5 frontend testing typescript

Last synced: 05 May 2026

https://github.com/developer-guy/spring-data-elasticsearch-sample

:octocat: Sample application using spring-data-elasticsearch and some tests with embedded elasticsearch.

elasticsearch spring-data-elasticsearch springboot springboot-testing testing

Last synced: 05 May 2026

https://github.com/guanguans/rector-rules

A set of rector/rector rules. - 一套 rector/rector 规则。

dev format formatter lint linter rector refactor rule standard static-analysis testing

Last synced: 19 Jan 2026

https://github.com/rohmanhm/gofight

Testing API Handler written in Golang.

golang testing testing-tools

Last synced: 14 Jan 2026

https://github.com/apexatoll/zirconia

Lightweight testing utility for synthesising Ruby gems

bundler rspec ruby ruby-gem ruby-gems rubygem testing testing-tools

Last synced: 21 Jan 2026

https://github.com/nikolam-dev/counter-app-tsx

⚛️ A simple counter app for learn ReactJS with typescript

react testing typescript vite

Last synced: 06 May 2026

https://github.com/tozd/docker-meteor-testing

Docker image for testing of Meteor apps. Read-only mirror of https://gitlab.com/tozd/docker/meteor-testing

docker docker-image meteor testing

Last synced: 06 May 2026

https://github.com/marcode24/testing-js

testing in javascript using diferent tools

github github-actions javascript testing testing-tools

Last synced: 07 May 2026

https://github.com/neikei/gitlab-testing-environment

Gitlab testing environment in a Vagrantbox based on Debian and provisioned with Ansible.

ansible continuous-integration debian gitlab gitlab-ce gitlab-runner playground testing vagrantbox

Last synced: 07 May 2026

https://github.com/kettle-dev/kettle-test

🍲 Setup a complete multi-core parallelized RSpec test harness, temporal manipulation, silent output testing, block expectations, etc.

parallel-tests rspec ruby rubygem testing testing-tools

Last synced: 10 Jun 2026

https://github.com/zaujulio/zbp

Boilerplate with tests, pwa, code styling and git hooks

boilerplate ci-cd nextjs styled-components testing

Last synced: 08 May 2026

https://github.com/jarekparal/kentico-onboarding-cs

ASP.NET Web application that provide persistence to React application - Kentico Academy onboarding

api asp-net-web-api-2 csharp dependency-injection kentico-onboarding-cs mocking net-framework nunit-tests repository-pattern rest-api testing todo-list unity

Last synced: 08 May 2026

https://github.com/phmatray/autotests

Automated E2E testing demo for Blazor using Reqnroll, showcasing BDD acceptance tests with Gherkin syntax and Playwright .NET

blazor csharp demo dotnet e2e gherkin nunit playwright reqnroll testing

Last synced: 08 May 2026

https://github.com/dcdhameliya/agentdroid

High-output Android AI agent framework for autonomous UI/UX automation, vision-based reasoning, self-healing tests, and Appium code generation.

ai-agent android appium automation autonomous-agents developer-tools gemini mcp self-healing testing vision-llm

Last synced: 13 Apr 2026

https://github.com/ka-iden/OpenGL-Test

Testing out and Learning Modern OpenGL, repo for bkp/testing

assimp cpp cpp20 modern-opengl opengl stb-image testing

Last synced: 13 Oct 2025

https://github.com/glebec/generative-testing-talk

Fast-Check example repo, in prep for a talk on property testing (aka invariant testing)

fast-check functional generative-testing invariant-testing property-testing quickcheck talk testing

Last synced: 10 May 2026

https://github.com/mickaelandrieu/esgi-courses

Ensemble de mes cours de l'ESGI

best-practices git github performance testing

Last synced: 11 May 2026

https://github.com/danielschaffer/ts-custom-error-shim

A TypeScript custom error shim that allows properly testing custom errors

custom-error testing typescript unit-testing

Last synced: 01 Jul 2026

https://github.com/yugal619/pytest_project

Demo on use of pytest for UI Automation using POM

automation framework pom project pytest pytest-xdist python screenshot selenium testing

Last synced: 11 May 2026

https://github.com/rsheremeta/allure-environment-creator

This tiny Library helps you to serve and store environment data for Allure easily.

allure allure-framework allure-java allure-report allure-reports allure2 java selenium testing testing-framework

Last synced: 13 May 2026

https://github.com/ichiban/seams

Go static analyzer that reports untestable function/method calls

go golang static-analysis testing

Last synced: 22 Jan 2026

https://github.com/raksul/go-testclient

Client library for testing in Go

golang testing

Last synced: 13 May 2026

https://github.com/jihchi/bs-puppeteer-legacy

[DEPRECATED] BuckleScript bindings to the GoogleChrome/puppeteer (Headless Chrome Node API)

automation bindings bucklescript developer-tools headless-chrome javascript node-module ocaml reason testing web

Last synced: 14 May 2026

https://github.com/chingu-voyages/v46-tier3-team-39

This app allows users to auto-generate unlimited exam preparation questions, based off their own, or a community created question.

ai answer-generation exam-prep openai question-generation testing

Last synced: 14 May 2026

https://github.com/amodinho/formulaone-graphql-client

The front-end for 'FanBoost', powered by React-Apollo! 🏎🏂

apollo cssgrid grapql react tdd testing

Last synced: 14 May 2026

https://github.com/kanishk1420/org-chart-api-test

A RESTful API built with Drogon,, a high-performance C++ framework. This API is designed to manage organizational structures, including persons, departments, and job roles.

cmake cpp docker googletest testing vcpkg

Last synced: 14 May 2026

https://github.com/theo-armour/test-release

a repo for me to learn about and test Git/GitHub releases and tags

testing

Last synced: 24 Feb 2026

https://github.com/laurentrdc/tasty-flaky

Handle flaky Tasty-based tests

flaky-tests haskell tasty-framework testing

Last synced: 12 Feb 2026

https://github.com/simplaex/dummies

Create Java/Scala mock objects with real content

dummies java java-8 mock-data mocking scala testing testing-tools

Last synced: 22 Jan 2026

https://github.com/mochrks/test-jenkins-sonarqube

serves as a pivotal resource in developing the integration process between Jenkins and SonarQube. This repository provides a comprehensive framework for testing and managing code quality within your project. By combining these tools, you gain deep insights into code quality,

jenkins sonarqube springboot testing

Last synced: 14 Jun 2026

https://github.com/apsrcreatix/iris

Iris is a Smart way of taking Test. Java is all you need to deal with Iris for good marks. It is based on basic concepts of Java.

ai basic-programming-language bot highschool iris java project surprise-based-exploration testing

Last synced: 14 Jun 2026

https://github.com/g4-api/g4-vscode-extension

Brings a full visual sequential workflow designer into VS Code, allowing you to build automation flows with drag & drop directly from your workspace. Seamlessly integrates with VS Code features like AI, extensions, source control, and terminals to turn your editor into a complete automation and orchestration IDE.

ai-assisted automation developer-tools devops drag-and-drop low-code no-code orchestration productivity qa rpa testing visual-programming visual-workflow vscode-extension workflow workflow-designer

Last synced: 17 Jun 2026

https://github.com/cvigueras/leap-year-tdd-kata

As a user, I want to know if a year is a leap year.

csharp tdd tdd-kata testing

Last synced: 15 Jun 2026

https://github.com/clechasseur/msrv-prep

Cargo subcommand useful to prepare for determining/verifying a crate's MSRV

cargo cargo-plugin cargo-subcommand cli rust rust-lang testing

Last synced: 22 Jan 2026

https://github.com/piecioshka/boilerplate-cucumberjs

🍴 Starter with Cucumber.js

end-to-end testing

Last synced: 17 Jun 2026

https://github.com/llnl/pf3dk

PF3DK contains kernels derived from pF3D and is intended for use in testing compiler optimization. It contains CPU and GPU (OpenMP 4.5) versions of the kernels.

cpu gpu testing

Last synced: 17 Jun 2026