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/intere/UITestKit

Programmatic UI Tests (not using the Apple UI Test Framework). XCTest-based tests.

automated-testing cocoapods ios swift testing ui-testing

Last synced: 22 Jul 2025

https://github.com/eonist/resourcehelper

Enables you to use .bundle and other resources with SPM Unit-tests

asset bundle ci continuous-integration files spm swift-package-manager testing unit-testing

Last synced: 14 Apr 2025

https://github.com/humphd/learn-travis

An example to show how to get TravisCI integrated into a node.js project

heroku learning linting nodejs testing travis-ci

Last synced: 23 Feb 2026

https://github.com/mitchellkrogza/Travis-CI-for-Apache-For-Testing-Apache-and-PHP-Configurations

How to get Travis CI to test Apache code including vhosts and custom apache code like .htaccess rules or other scripts you have written and need to test using Travis CI's build checker.

apache2 bash-script curl php-7 php7 php7-fpm testing testing-tools travis-ci travis-ci-configuration travis-scripts trusty ubuntu-server

Last synced: 14 Mar 2025

https://github.com/ollipa/chainmock

Mocking library for Python

mock mocking pytest python testing

Last synced: 07 Mar 2026

https://github.com/dreamlab/taws

A library for testing responses of HTTP requests

http rest rest-api testing testing-tools

Last synced: 03 Jul 2025

https://github.com/jacebrowning/sappy

Single-page application server for end-to-end testing.

command-line end-to-end-testing python single-page-applications testing

Last synced: 25 Aug 2025

https://github.com/warisgill/tracefl

TraceFL is a novel mechanism for Federated Learning that achieves interpretability by tracking neuron provenance. It identifies clients responsible for global model predictions, achieving 99% accuracy across diverse datasets (e.g., medical imaging) and neural networks (e.g., GPT).

accountability debugging differential-privacy explainability explainable-ai federated-learning interpretability interpretability-and-explainability machine-learning software-engineering testing

Last synced: 26 Jun 2025

https://github.com/wlsf82/el-genio

A no-code testing app that uses Cypress in the background to create and run tests.

cypress-io no-code no-code-testing talking-about-testing testing web-testing

Last synced: 20 Jan 2026

https://github.com/tlewowski/zurvan

Zurvan fakes timers for your node.js tests.

callback schedule testing testing-tools timer

Last synced: 18 Jan 2026

https://github.com/qase-tms/qa

All things Quality Assurance

quality-assurance quality-management testing

Last synced: 10 Mar 2026

https://github.com/tunnckocore/mukla

🦍 (WIP v0.5 and v1) Delightful & pluggable test runner, ES2017 ready! Working on and targeting Node.js v0.10. Try `asia@next`

async-await async-functions callbacks concurrency fast parallel promises test-framework testing

Last synced: 15 Apr 2025

https://github.com/curtd/testingutilities.jl

Making testing your code slightly less painful, hopefully.

julia metaprogramming testing

Last synced: 30 Aug 2025

https://github.com/jcabi/jcabi-ssl-maven-plugin

SSL Plugin for Apache Maven: it generates fake SSL certificates for the testing purposes of your Java web app

java maven-plugin ssl ssl-plugin testing

Last synced: 29 Jun 2025

https://github.com/krystal/go-runner

Go package exposing a simple interface for executing commands, enabling easy mocking and wrapping of executed commands.

exec execution go golang testing

Last synced: 10 Jul 2025

https://github.com/cpp-testing/ut-benchmark

Benchmarks - Unit Testing Frameworks

benchmarks boost catch2 cpp-library cpp20 doctest googletest testing

Last synced: 23 Jul 2025

https://github.com/covarity/anchorctl

CLI tool for Kubernetes and Distributed System testing

cobra go golang kubernetes testing

Last synced: 10 Mar 2026

https://github.com/decathlon/newman-reporter-pullrequest-decorator

Newman reporter allowing to decorate pull request with postman collection results.

api github markdown newman postman pullrequest reporter test testing

Last synced: 08 May 2025

https://github.com/sormuras/idea-junit-webinar

IntelliJ IDEA and JUnit: Writing, Finding, and Running Tests

idea java junit testing

Last synced: 09 Mar 2026

https://github.com/fabiospampinato/fava

A wannabe tiny largely-drop-in replacement for ava that works in the browser too.

bdd browser framework isomorphic simple small tdd test testing tests tiny

Last synced: 11 Jun 2025

https://github.com/azu/ts-node-test-register

Use `test/tsconfig.json` with ts-node for testing.

loader mocha node register test testing typescript

Last synced: 14 Apr 2025

https://github.com/bonigarcia/selenium-jupiter-examples

Test examples using Selenium-Jupiter, Selenium WebDriver, and JUnit 5

appium docker java jenkins junit5 selenium selenium-grid selenium-webdriver testing vnc

Last synced: 23 Mar 2025

https://github.com/biern/mocha-dd-reporter

Mocha test reporter that captures tests output and displays it along with error messages. Output of sucessfull tests is hidden to reduce noise.

mocha stdout testing

Last synced: 19 Jan 2026

https://github.com/zelechos/pragmatic_java

Repositorio de Java para explicar, aprender, estudiar desde los conceptos mas simples a los mas complicados

annotations java javaee javase modern-java oop sockets testing

Last synced: 10 Apr 2025

https://github.com/geminimir/promptproof-action

Deterministic LLM contract checks for CI. Replays recorded fixtures, enforces schema/regex/budget rules, generates HTML/JUnit/JSON reports, and comments on PRs. Zero live model calls in CI.

budgets ci fixtures github-action json-schema llm redaction regex security testing

Last synced: 07 Apr 2026

https://github.com/mirzakhany/dbctl

DBCTL is a tool designed to make running ephemeral databases in a Docker container easy and fast.

database golang postgresql redis testing

Last synced: 10 Mar 2026

https://github.com/aazuspan/should-test

Build and run unit tests in the Earth Engine code editor

assert assertions code-editor earth-engine gee javascript testing unit-testing

Last synced: 10 Apr 2025

https://github.com/VKCOM/ktest

Test and benchmark KPHP code

benchmarking kphp php testing

Last synced: 12 May 2025

https://github.com/intellitect/testtools

A collection of tools for aiding in test automation

console test-framework testing testing-tools

Last synced: 07 Apr 2025

https://github.com/travelperk/fabricator

🔧Fabricate objects for your tests

fabrication javascript testing

Last synced: 25 Mar 2025

https://github.com/talesbarreto/pull_request_coverage

A dart package designed to analyze the test coverage rate of a pull request, taking into consideration only the lines that have been changed.

ci coverage dart diff-coverage flutter test testing

Last synced: 11 Apr 2026

https://github.com/danielcaldas/test-fixtures-pattern

A simple demonstration of a fixtures test based architecture in JavaScript

architectural-patterns javascript jest testing unit-testing

Last synced: 10 Apr 2025

https://github.com/kotest/kotest-property-arbs

Fake data generator for use in tests (or in your applications) via Kotest arbs

fake-data fake-data-generator faker hacktoberfest kotest kotlin testing

Last synced: 11 Jan 2026

https://github.com/freifunk-gluon/gluon-qemu-testlab

python scripts to run qemu and gluon based virtual mesh networks

continuous-integration mesh qemu testing

Last synced: 05 Apr 2026

https://github.com/pxyup/verifiers

Small library for verify async function response

generic golang testing

Last synced: 25 Apr 2025

https://github.com/morkeleb/clickmonkey

A monkey that clicks around on webpages doing random input style testing.

node-module nodejs selenium selenium-webdriver test-automation testing testing-tools

Last synced: 10 Sep 2025

https://github.com/piquette/finance-mock

finance-mock is a mock HTTP server that generates API responses similar to actual remote sources. It can be used to make test suites faster and less brittle.

finance golang testing

Last synced: 12 Aug 2025

https://github.com/kalkin/ddt

Distribution Development Tool for the Perl 6 Programming Language

authoring-tool command-line developer-tools development-tools module-development perl6 testing utility

Last synced: 01 Oct 2025

https://github.com/johnsusek/vue-test-declarative

Declarative unit testing for Vue components.

declarative testing testing-tools unit-testing vue

Last synced: 16 May 2025

https://github.com/devpro/withywoods

Shared .NET libraries to do more with less code!

dal dotnet-core mongodb nuget rabbitmq selenium swagger testing

Last synced: 01 May 2025

https://github.com/googleapis/storage-testbench

A testbench for Google Cloud Storage client libraries.

testing

Last synced: 09 Apr 2025

https://github.com/yandex/storytests-cli

Framework agnostic CLI Utility to generate test files from Storybook

storybook testing

Last synced: 24 Aug 2025

https://github.com/link-society/pytest-netbox-docker

Pytest plugin that provides fixtures to start a complete Netbox infrastructure using Docker

docker netbox netbox-automation pytest pytest-plugin python testing

Last synced: 04 Mar 2026

https://github.com/tnzk/jest-gauge

Write executable acceptance tests with Jest, in your mother tongue, just loosely structured in Markdown.

atdd gauge jest testing

Last synced: 15 May 2025

https://github.com/bincrafters/conan-gtest

[OBSOLETE] The recipe is now in https://github.com/conan-io/conan-center-index

conan google-testing gtest testing unit-test

Last synced: 29 Sep 2025

https://github.com/kucherenko/coverage-blamer

coverage-blamer is tool for get information about authors of uncovered code

coffeescript coverage coverage-blamer coverage-report javascript testing

Last synced: 10 Mar 2026

https://github.com/jtprogru/interview-task

Задачки с собеседований, LeetCode, CodeWars (решаю их на Python)

interview interview-questions interview-tasks livecoding python testing

Last synced: 16 Mar 2025

https://github.com/limedeck/nodemailer-stub

✉️️ Stub transport for Nodemailer. Testing your mails in Node.js is now easy.

nodejs nodemailer nodemailer-transport testing

Last synced: 12 Apr 2025

https://github.com/parasoft/disconnect-server-action

A GitHub Action for disconnecting a temporary Virtualize server from a remote Parasoft Continuous Testing Platform

api ctp disconnect environment parasoft server service soatest testing virtualization virtualize

Last synced: 04 Oct 2025

https://github.com/gregnavis/minitest-fork_executor

Near-perfect process-level test case isolation.

isolation minitest testing

Last synced: 03 Sep 2025

https://github.com/rikonor/stubby-mcmockerface

A useful pattern for testing and other things

dependency-injection golang mocking testing

Last synced: 28 Apr 2025

https://github.com/magnetikonline/edgy

Harness to assist in authoring tests for Node.js based AWS CloudFront Lambda@Edge functions.

cloudfront lambda lambda-edge npm testing

Last synced: 02 May 2025

https://github.com/ply-ct/ply-demo

Example project with Ply autotests

example-project graphql ply rest-api testing typescript workflow

Last synced: 30 Jul 2025

https://github.com/boinkor-net/gotest-ui-mode

Ergonomic output for your go test results in emacs

emacs golang testing

Last synced: 11 Jul 2025

https://github.com/mailslurp/mailslurp-client-python

Official Python package for MailSlurp email and SMS API

email python sms smtp testing

Last synced: 18 Jun 2025

https://github.com/bengl/pitesti

A super-simple JavaScript test framework.

async-await javascript nodejs promise tap test test-anything-protocol testing

Last synced: 28 Aug 2025

https://github.com/0age/AttributeRegistry

ERC-1616 Attribute Registry Standard - interface, tests and implementation.

accounts attribute attributes blockchain eip erc erc1616 ethereum ethereum-contracts identity metadata registry standards testing

Last synced: 14 Apr 2025

https://github.com/vilicvane/turning

Automated state transition testing.

e2e-testing state-transition-testing testing

Last synced: 29 Jul 2025

https://github.com/remcohaszing/axios-test-instance

Test NodeJS backends using Axios

axios express http koa nodejs testing

Last synced: 19 Apr 2025

https://github.com/futureverse/future.tests

:nut_and_bolt: R package: future.tests - Test Suite for Future API Backends

future package r testing

Last synced: 14 Jun 2025

https://github.com/jfilhogn/stressify.jl

Repository to create a framework of performance testing with JuliaLang

julia-language performance-testing pipeline qa qa-automation test-automation testing

Last synced: 04 Oct 2025

https://github.com/gotesttools/gotestfmt-action

GitHub Action for gotestfmt

github-actions go golang testing

Last synced: 26 Oct 2025

https://github.com/testronaut/testronaut

Reaching New Frontiers in Frontend Testing

playwright testing

Last synced: 14 Jun 2025

https://github.com/yegor256/tdx

Test Dynamics

analysis testing unit-testing

Last synced: 27 Mar 2025

https://github.com/kensa-dev/kensa

A BDD testing framework for Kotlin & Java

agile-methodologies bdd bdd-framework fluent java junit5 kotlin tdd testing

Last synced: 06 Apr 2026

https://github.com/yudai/go_cover

How -coverpkg works when you calculate test coverage

coverage golang testing

Last synced: 10 Apr 2025

https://github.com/jumpn/ecto_replay_sandbox

A custom Ecto Sandbox for CockroachDB to run your tests

cockroachdb ecto elixir testing

Last synced: 09 Apr 2025

https://github.com/karmaniverous/nextjs-template

A sweet Next.js project template. Integrates Redux Toolkit with with test support for Mocha + Chai + React Testing Library and release publishing via release-it.

chai es6 mocha nextjs react react-testing-library redux redux-toolkit release template testing

Last synced: 11 Jul 2025

https://github.com/devenjarvis/sundew

Making Python testing easy, enjoyable, and effective ☀️

python sundew testing testing-framework unit-testing

Last synced: 11 May 2025

https://github.com/vidstack/files

Collection of test audio and video files.

audio files testing video

Last synced: 07 May 2025

https://github.com/mkutz/spock-testing-workshop

Workshop for testing Java projects with Spock and Groovy.

pom spock testing workshop

Last synced: 06 Mar 2026

https://github.com/jaymon/testdata

Python module to make testing easier, it can generate random data like names and text, run commands, fetch urls, create files and directories, and more

ascii python test test-coverage test-driven-development testdata testing testing-tools unicode

Last synced: 10 Jul 2025

https://github.com/ajermakovics/cassandra-spy

Helper library to test error cases with Cassandra db

cassandra cql junit kotlin testing

Last synced: 13 Apr 2025

https://github.com/andrehora/spotflow

Runtime analysis for Python programs

dynamic-analysis msr python software-engineering testing

Last synced: 03 Apr 2025

https://github.com/hollowaykeanho/demohestia

This repository is meant to demonstrate the use of ZORALab's Hestia and generate the nececessary getting started guides.

demo hestiahugo hugo hugo-theme testing zoralab

Last synced: 26 Mar 2025

https://github.com/uribo/sealr

🏭 Sealing the R Objects Test and Assert Conditions 🤖

assertions rstats testing testthat

Last synced: 13 Jul 2025

https://github.com/corylr/user-routine

User-Routine is a JavaScript library to automate user routines on web pages. You can easily test features or create tutorials with actions such as click, await, and fill.

application automated click e2e end-to-end javascript routine single-page spa spa-check test testing typescript user user-routine userflow

Last synced: 13 Apr 2025

https://github.com/nickersoft/oa

Dead-simple monkey testing on the command-line 🦍

command-line end-to-end-testing monkey-testing performance puppeteer sellenium testing

Last synced: 03 May 2025

https://github.com/olets/zsh-test-runner

Straight-forward tests and coverage reports for zsh and —under zsh's emulation— csh, ksh, and sh. ~200 unique cloners as of July '24

cli command-line coverage csh ksh sh shell test-framework test-reporting test-runner testing unit-testing zsh

Last synced: 03 May 2025

https://github.com/end-of-game/php-code-quality-testing-sonar-gitlab-ci

During the life-cycle of an application in continuous integration and continuous delivery pipelines, we need to build, test, and deliver. The testing phase is the most important and each kind of tests has its specificity. In this article, we deal with code quality tests, such as static code analysis and code coverage, for PHP applications using SonarQube and Gitlab CI.

docker gitlab php sonarqube testing

Last synced: 12 Apr 2025

https://github.com/saveourtool/benedikt

A GitHub Action to check your code with diKTat

diktat github-actions reporting testing

Last synced: 11 Apr 2025

https://github.com/restuwahyu13/golang-testing-fundamental

Example basic fundamental testing in golang

golang tdd testing unit-testing

Last synced: 07 May 2025

https://github.com/eugenesia/spring-junit-tdd

Tutorial project for "TDD with Spring and JUnit 5" course by Steven Haines.

junit5 spring-boot testing

Last synced: 12 Apr 2025

https://github.com/nathanielsimard/table-test

Improve table testing in Rust.

rust rust-lang testing

Last synced: 07 May 2025