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/slowli/test-casing

Parameterized Rust tests with procedural code generation

parameterized-tests testing

Last synced: 22 Mar 2025

https://github.com/SharmaSalil/Cypress_JavaScript_TDD

This Cypress test automation project is designed for testing web applications, featuring coding examples, sanity checks, and integration with Mochawesome reporting. It is highly customizable to meet specific testing needs, ensuring robust and comprehensive test coverage.

api-testing backend-testing chai cypress cypress-test-automation framework frontend-automation github javascript mocha mochawesome-report opensource page-object-model pom sanity-tests tdd test-driven-development testing tutotial

Last synced: 03 Oct 2025

https://github.com/upthewaterspout/fates

FATES (Find All Thread Execution Schedules) is a tool for testing multithreaded java applications

bytecode-manipulation concurrency java multithreaded-tests testing

Last synced: 14 Jan 2026

https://github.com/kiosion/vite-plugin-test-selectors

Simple vite plugin for stripping test selectors in production builds

react svelte test-selectors testing vite vite-plugin vue

Last synced: 10 Apr 2026

https://github.com/esafirm/kotlin-playground

🔬 Collections of my Kotlin experiment

examples kotlin playground testing

Last synced: 03 Feb 2026

https://github.com/hussani/java-test-generator

Automatic test generator using constraint programming

code-generation constraint-programming testing

Last synced: 06 Jul 2025

https://github.com/haravich/custom-ssh-server

This repository contains a Docker setup for creating a custom SSH server based on Alpine Linux. The setup includes the ability to use static SSH host keys, configure SSH key and password authentication, and set up user-specific SSH key pairs.

alpine container docker dockerfile linux ssh ssh-server ssh-server-library ssh-service testing

Last synced: 18 Jan 2026

https://github.com/dawsbot/temp-dir-cp

⚡️ Copy directories to a unique temp location

fixtures testing

Last synced: 14 Mar 2025

https://github.com/xunnamius/test-utils

🧪 Utilities for improved DX in various testing environments

argv env fixture jest mock test testing utilities

Last synced: 03 May 2026

https://github.com/oekazuma/test-runner-compare

JavaScript Test Runner Comparison(Jest, AVA, Mocha, tape, Jasmine, uvu, vitest)

ava jasmine jest mocha tape testing unit-testing uvu vitest

Last synced: 12 Apr 2026

https://github.com/shresth72/caching

Caching Implementations and Pitfalls with solutions

axum caching postgres redis rust testing

Last synced: 18 Feb 2026

https://github.com/rutbergphilip/redisracer

ioredis vs node-redis performance benchmarking tool

benchmarking ioredis node-redis nodejs noderedis performance redis testing tinybench typescript

Last synced: 09 Feb 2026

https://github.com/willlillis/lspresso-shot

A concentrated dose of LSP testing power!

lsp testing

Last synced: 12 Oct 2025

https://github.com/anhfactor/near-101-dacade-unit-test

NEAR 101 Dacade unit test contract assembly script

as-pect assemblyscript dacade near nearprotocol smartcontracts testing

Last synced: 10 Mar 2025

https://github.com/qgis/pyqgis4-checker

Road to QGIS 4: PyQGIS checker for QGIS based on Qt6

developer-tools docker pyqgis qgis qt6 testing

Last synced: 03 Oct 2025

https://github.com/helpscout/cyan

🐱 Cyan: Cypress-like Testing for React + JSDOM

cypress integration javascript jsdom library open-source react react-router redux testing

Last synced: 12 Apr 2025

https://github.com/dhershman1/tap-on

Get test feedback in a nice way

formatter output stream tap tape testing

Last synced: 09 Mar 2026

https://github.com/jsfehler/pytest-testrail2

A pytest plugin to upload results to TestRail.

pytest python python3 testing testrail testrail-reporting

Last synced: 03 Oct 2025

https://github.com/landhb/nixmodule

Simple qemu wrapper to automatically test out-of-tree linux kernel modules against multiple kernel versions.

framework kasan kernel linux linux-kernel lkm out-of-tree qemu qemu-kvm rust testing

Last synced: 12 Oct 2025

https://github.com/jerrythomas/svelte-esm-loader

ESM loader for testing svelte or svelte/kit projects

esm loader svelte sveltekit testing uvu

Last synced: 15 May 2026

https://github.com/iunary/fakeuseragent

Golang package that provides fake useragent strings for popular web browsers

browser faker fakeuseragent golang scraping testing user-agent-spoofer user-agent-string useragent webscraping

Last synced: 20 Nov 2025

https://github.com/kaihendry/netlify-cms-testing

Testing Netlify CMS

blog cms netlify testing

Last synced: 28 Jan 2026

https://github.com/cdn77/testutils

Test Utils for PHP to facilitate writing tests

hacktoberfest php phpunit testing testing-tools testutils

Last synced: 23 Aug 2025

https://github.com/grafana/k6-example-circleci

How to run k6 load tests as part of a CircleCI build

ci circleci examples k6 load-testing performance performance-testing testing

Last synced: 01 Oct 2025

https://github.com/atreugo/httptest

Testing utils for Atreugo

atreugo go golang httptest testing

Last synced: 17 Jan 2026

https://github.com/webdestroya/awsmocker

Go library to proxy AWS requests during a test

aws go golang mocking proxy testing

Last synced: 18 Apr 2026

https://github.com/alttester/examples-trashcat-tests-upgrade-1.8.2-to-2.0.x

Showing the upgrade for AltTester Unity SDK from 1.8.2 to 2.0.x; C# tests created using AltTester SDK for a game developed w/ Unity

alttester alttester-2-0-0 alttester-2-0-1 alttester-unity-sdk alttestter-v2 csharp nunit-tests test-automation testing testing-tools

Last synced: 23 Feb 2026

https://github.com/ligurio/pg-tests

Mirror of https://git.postgrespro.ru/automation/pg-tests

postgrespro postgresql regression-testing testing

Last synced: 27 Mar 2025

https://github.com/samsung/bluezoo

BlueZ D-Bus API mock running entirely in user space

bluez dbus mock testing

Last synced: 01 Jul 2025

https://github.com/driftingruby/103-sample-data-with-factory-bot-and-faker

Factory Bot is a fixtures replacement which can generate the needed records directly in the tests. Faker can be used to create fake data for these records.

rails ruby testing

Last synced: 11 May 2026

https://github.com/khaledashrafh/techblend-testing

This repository contains code and documentation for performing black box testing and graph coverage analysis on software systems. Black box testing is a technique that tests the functionality of a system without knowing its internal structure or implementation. Graph coverage analysis is a technique that measures how well a set of test cases covers

black-box black-box-testing edge-coverage graph-coverage jfreechart jfreechart-library node-coverage prime-number prime-path-coverage prime-paths software-testing testing testing-techniques

Last synced: 07 Jan 2026

https://github.com/wolven531/deno-playground

This repository is a quick place to experience Deno - including CICD tests and deployment

automation bash bash-script cicd deno denoland github-actions powershell powershell-script script scripts testing typescript unittest

Last synced: 11 Apr 2026

https://github.com/ryanplasma/peridot-emoji-reporter

Display your peridot test result with emoji!

emoji peridot php testing

Last synced: 13 Mar 2026

https://github.com/gardimy/testing_practice

A simple exercice to keep practice JS Testing

javascipt jest testing

Last synced: 18 May 2026

https://github.com/backbase/mock-channel-connector

This service is used by the Message Delivery capability for mocking any channel.

backbase communication message-delivery testing

Last synced: 25 Aug 2025

https://github.com/sogaiu/janet-usages-as-tests

Generate and run tests from usage examples for Janet code

examples janet testing usages

Last synced: 25 Jan 2026

https://github.com/fiverr/dont_look_up_package

🙈 Stop requirejs from traversing at a certain point

modules mono-repo monorepo requirejs testing

Last synced: 26 Apr 2025

https://github.com/apeatling/appstore-grabber

Grab your iOS app store page so you can perform split tests and improve conversion.

ab-testing appstore appstore-api ios js react testing

Last synced: 29 Apr 2026

https://github.com/tidev/titanium-karma-client

Karma test runner client for Titanium

karma npm-package testing titanium unit-testing

Last synced: 10 Oct 2025

https://github.com/ruslansagitov/karma-loud

Karma plugin for Loud, web accessibility testing helper

accessibility karma-plugin testing

Last synced: 31 Oct 2025

https://github.com/pierrre/assert

Go test assertion library

assertions go golang testing

Last synced: 21 Jan 2026

https://github.com/rhythminme/node-es-local

Downloads and starts a local elasticsearch node for integration testing

elasticsearch nodejs testing

Last synced: 14 Jul 2025

https://github.com/iyegoroff/react-hook-testing

react hook testing

hook react testing

Last synced: 08 Apr 2025

https://github.com/okerew/od.nvim

Onto Debug is a neovim plugin designed to help debugging, testing (so debugging really) but not act as a full debugger protocol or a testing framework. It's whole design point is also to run only on demand.

cargo dap debug debugging debugging-tool depramanager framework intellij jest lua neotest neovim plenary python telescope tester testing vim vimscript vscode

Last synced: 18 Sep 2025

https://github.com/ergon/pixelpact

Pixelpact gets you started quickly with visual testing for the web.

screenshots testing visual-testing

Last synced: 06 Feb 2026

https://github.com/a5anka/wso2-synapse-engine-test-framework

Distributed synapse integration test framework

esb synapse testing wso2

Last synced: 19 Apr 2025

https://github.com/somatech1/mocks

A package to help creating mocks for APIs to be used in unit tests

mock testing unit

Last synced: 11 Mar 2026

https://github.com/danglotb/ex2amplifier

EXhaustive EXploration (EX^2) of the test amplification space.

amplification testing

Last synced: 02 Aug 2025

https://github.com/f-tischler/eventtesting

.NET Standard library for writing cleaner event testing code in C#

csharp csharp-library dotnet dotnet-core eventdriven netstandard testing testing-library unittesting unittesting-library

Last synced: 13 Oct 2025

https://github.com/elmisback/magic-markup

Location anchors for your code :magic_wand::anchor:

annotation annotation-library code-review debugging documentation testing

Last synced: 15 Apr 2025

https://github.com/remcohaszing/jest-axios-snapshot

Test axios HTTP responses using Jest snapshots

axios jest testing vitest

Last synced: 19 Apr 2025

https://github.com/doug-wade/test-email-cli

a cli application for generating and managing test email addresses

cli-application email-address testing

Last synced: 06 Apr 2025

https://github.com/westonganger/minitest_change_assertions

Provides assertions for your Minitest suite to determine if an object has been changed

assertions minitest minitest-assertions ruby test-suite testing

Last synced: 15 Apr 2025

https://github.com/anshul-sonpure/api-testing-using-python

This a Collection of python script which can be used to perform api testing using python requests module. Collection contains scripts for fetching user,create a user,update and delete user.

api crud-application python pythonapi requests response rest rest-api testing validation

Last synced: 21 May 2026

https://github.com/mohammed90/http-compliance-testing

The first steps towards validating each part everyone's HTTP implementation

http https httpwg ietf rfc9110 rfcs testing

Last synced: 09 Feb 2026

https://github.com/benbrostoff/cassandra-ramdisk

A Docker Cassandra image meant for running fast tests.

cassandra ramdisk testing

Last synced: 29 Apr 2026

https://github.com/x1n13y84issmd42/oasis

🔀🆗☑️ Automated API testing from Swagger/Open API specifications.

api openapi openapi3 rest-api swagger test-automation testing

Last synced: 23 Jan 2026

https://github.com/andygeiss/soa

Allocate, Grow, Pack or Unpack Golang slices of basic types to optimize memory access for Data-Driven design. The primary motivation is easier manipulation with packed SIMD instructions like SSE2.

benchmark data-driven-design go golang manager simd structure-of-arrays testing

Last synced: 11 Jun 2025

https://github.com/buraksenyurt/event-driven-app-test

Bu repoya konu olan çalışmadaki amaç .Net ile yazılmış ve event-driven yaklaşımını benimsemiş çözümlerde uçtan uca karmaşık testlerin nasıl yapılacağını anlamaya çalışmaktır.

csharp dotnet dotnet7 entity-framework-core event-driven-architecture microservices testing

Last synced: 27 Apr 2026

https://github.com/runroom/testing

[READ-ONLY] This library provides tools to help testing our bundles and projects

doctrine fixtures integration php phpunit testing

Last synced: 19 Sep 2025

https://github.com/wartman/medic

A bare-bones unit testing framework.

haxe testing unit-testing

Last synced: 23 Feb 2026

https://github.com/pdrum/moq-go-113

Accompanies discussions in https://github.com/matryer/moq/pull/105

golang mock moq testing

Last synced: 27 Jun 2025

https://github.com/MarketSquare/robotframework-seleniumlibrary-translation

Provides translation for robotframework-seleniumlibrary

robotframework testing translation

Last synced: 13 Jun 2025

https://github.com/jecode93/react-capstone-project

"Country weather app" is a webapp for everyone who is interested in weather and would like to check all the metrics including temperature, wind speed, humidity, etc.

html-css-javascript reactjs redux redux-toolkit restful-api tailwindcss testing

Last synced: 11 Apr 2026

https://github.com/pronovix/docker-drupal-dev

[READ ONLY] Dockerized Drupal development/testing environment

behat docker drupal phpunit testing wodby

Last synced: 22 Apr 2025

https://github.com/lloydmeta/todddo-openapi

Exploring DDD, dependency-management, testing, web in the world of Golang.

ddd gin go golang mock openapi swagger testing

Last synced: 01 May 2026

https://github.com/anhtester/vtcc_seleniummaven

Project học phần Selenium Java với Maven project của lớp VTCC Viettel 2024

anhtester maven selenium selenium-java selenium-webdriver test-automation testing viettel vtcc

Last synced: 07 May 2026

https://github.com/jamesmcroft/todoer-ui-test-demo

A simple ASP.NET Core ToDo API with Vue 3 application, complete with automated UI tests with Selenium

asp-net-core automated-testing dotnet testing todolist typescript ui-testing vue3

Last synced: 07 May 2026

https://github.com/davidemoro/play_cassandra

pytest-play support for Cassandra expressions and assertions

cassandra pytest python testing

Last synced: 02 May 2026

https://github.com/yokawaiik/order_management_system

My master's thesis. Design and development of an order management system based on the use of blockchain and smart contracts as a control and accounting tool.

accouting blockchain hardhat management-system openzeppelin-solidity smart-contracts solidity test-automation testing

Last synced: 09 Jun 2026

https://github.com/ritikarawat220/leaderboard-

The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service.

api css es6 gitflow html javascript jest leaderboard leaderboard-api testing webpack

Last synced: 08 May 2026

https://github.com/javanile/pipetest

⛲ A minimal set of shell functions useful to implement assertions through pipe chaining. Loved by developer

assert assertions bash pipe script stderr stdout testing

Last synced: 27 Apr 2026

https://github.com/bash-bastion/shelltest

A test runner for POSIX-compliant shells

ash basalt bash dash ksh pdksh sh shell tdd testing zsh

Last synced: 08 May 2026

https://github.com/vegeta897/discord-syntax-test

Automated testing of all syntax highlighting languages for code blocks

bot discord syntax-highlighting testing utility

Last synced: 03 May 2026

https://github.com/risc-os-community/munit

This is a port to RISC OS of the munit library for C Unit Testing

c coding gcc hacktoberfest hacktoberfest2022 library risc-os riscos testing testing-library unit-testing

Last synced: 07 Jun 2026

https://github.com/betrcode/java-system-test-example

Example of a system test using Java and RestAssured, using JUnit as a test driver.

docker dropwizard jar java junit restassured testing

Last synced: 09 May 2026

https://github.com/danilado/iu7-ptp

Работы по курсу Проектно-технологическая практика (тестирование, отладка и профилирование ПО) кафедры ИУ7 МГТУ им. Баумана

bmstu bmstu-iu7 comparator iu7 linux profiling test-automation testing testing-tools

Last synced: 24 Apr 2026

https://github.com/misterfifths/slightish

Literate testing for command-line tools written in any language

cli documentation gem language-agnostic literate-programming ruby shell shell-script testing testing-framework

Last synced: 30 Apr 2026

https://github.com/neiljbrown/testcontainers-examples

A collection of code examples that demonstrate using the Testcontainers Java library to aid writing integration tests for Java code that integrates with infrastructure such as RDBMS', message brokers, etc.

docker testcontainers testing

Last synced: 01 May 2026

https://github.com/restqa/restqa-action

:octocat: | A GitHub action to run your RestQa project's test automation suite

automation-framework automation-test github-actions restqa testing

Last synced: 11 Jun 2026