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/carlesnunez/react-native-weather-app

A basic react-native app using redux redux-thunk and redux-orm

es-redux factory-girl jasmine react redux-orm redux-thunk redux-thunks testing

Last synced: 12 Apr 2025

https://github.com/mohamed-taman/tdd

Everything about testing, especially TDD, Test-Driven Development: Really, It’s a Design Technique

java-12 programming tdd tdd-java tdd-kata tdd-sample testing

Last synced: 21 Mar 2025

https://github.com/hedayat/powerfake

C++ Faking library, which allows faking/mocking regular functions, static member functions and non-virtual member functions for testing purposes.

clang cplusplus cplusplus-17 faking gcc mocking non-virtual-interface testing testing-tools unit-test unit-testing

Last synced: 19 Jul 2025

https://github.com/aws/universal-test-runner

:runner: A universal test runner for any language and test framework.

dotnet gradle jest maven pytest test-runner testing

Last synced: 10 Apr 2025

https://github.com/davidcalhoun/eslint-plugin-test-selectors

Enforces that data-test-id attributes are added to interactive DOM elements (JSX) to help with UI testing. JSX only.

eslint eslint-plugin eslintplugin jsx lint plugin testing ui

Last synced: 13 Apr 2025

https://github.com/chaos-php/chaos-monkey

Chaos Monkey is a resiliency tool that helps PHP applications tolerate random failures.

chaos-engineering chaos-monkey hacktoberfest php quality-assurance testing

Last synced: 11 Jan 2026

https://github.com/eficode/robotframework-oxygen

Oxygen is a Robot Framework tool that empowers the user to convert the results of any testing tool or framework to Robot Framework's reporting to consolidate all test reporting together regardless of tools used.

quality-metrics reporting robot-framework robotframework testing testing-tools

Last synced: 19 Apr 2025

https://github.com/eBay/visual-html

Visual regression testing without the flakiness.

css dom snapshot testing visual-regression

Last synced: 18 Apr 2025

https://github.com/blueshoe/pytest-kubernetes

A :arrow_right: pytest plugin to make the management of (local) Kubernetes clusters a breeze. :rocket:

cicd k3d kind kubernetes minikube pytest pytest-plugin python testing

Last synced: 22 Aug 2025

https://github.com/jmigueldelgado/fake-geo-images

A module to programmatically create geotiff images which can be used for unit tests

geospatial image-processing p2 processing testing unit-testing

Last synced: 18 Apr 2026

https://github.com/phodal/mest

契约测试框架。A TypeScript Contract Test for Interface base project.

contract-testing contracts-programming e2e-testing e2e-tests test testing testing-tools

Last synced: 08 Nov 2025

https://github.com/test-kitchen/kitchen-pester

A Test Kitchen driver to execute Pester as a verifier

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

Last synced: 20 Aug 2025

https://github.com/emancu/crotest

A tiny and simple test framework for crystal

assertions crystal crystal-lang test-driven-development testing testing-framework

Last synced: 12 May 2025

https://github.com/rajatt95/documents

Apache POI | Log4J | OOPS | Selenium GRID | XPath | Java | Javascript | Python | PyTest | Selenium WebDriver | Cypress| Playwright | Github Actions | Chrome_DevTools | Manual Testing

apache-poi chrome-devtools github-actions java javascript log4j manual-testing oops programming-languages pytest selenium selenium-grid selenium-webdriver test-automation testing xpath

Last synced: 10 Apr 2025

https://github.com/nikaspran/example-ui-router-testing

Example repository for how to unit test UI router configuration

angular example testing ui-router

Last synced: 16 Oct 2025

https://github.com/kbilsted/reassuretest.net

Making testing fun, fast and easy... using code generation and DSL

test-automation testing testing-tools unittest

Last synced: 09 Apr 2025

https://github.com/liinkiing/next-ts-starter

A Next.JS powered Typescript starter with styled components, styled-system, framer motion, jest and cypress

cypress framer-motion jest next nextjs react starter styled-components styled-system template testing typescript

Last synced: 13 Apr 2025

https://github.com/sandro/capybara-chrome

Chrome driver for Capybara using Chrome's remote debugging protocol

capybara headless headless-chrome rspec testing

Last synced: 01 May 2026

https://github.com/lloydmeta/rusqbin

A server that stashes your requests for later retrieval so you can do end-to-end testing of code that makes HTTP calls. Available as a binary, a Docker image, and a library.

docker mock-server requestbin restful rust testing

Last synced: 02 Mar 2026

https://github.com/loginradius/awesome-test-cases-collection

This repository contains collection of test cases for beginners that need to be included while validating projects of different domains/technologies.

generic-collections hacktoberfest hactoberfest2021 quality-assurance quality-code scenarios testcase testing

Last synced: 31 Jan 2026

https://github.com/dadrus/jpa-unit

JUnit extension to test javax.persistence entities

cdi concordion cucumber database java jpa jpa-test jpa-unit junit junit5 mongodb neo4j persistence test testing

Last synced: 12 Feb 2026

https://github.com/peterknezek/har-to-mocks

Extract response from .har file and create JSON mocks for mock server.

cli har har-to-mocks json mock mocking mocks requests testing

Last synced: 04 Mar 2026

https://github.com/hlaueriksson/lofuunit

Unit Testing with Local Functions :tiger:

bdd csharp dotnet tdd test testing unittest unittesting

Last synced: 27 Feb 2026

https://github.com/ansible/ansible-content-actions

Combine GitHub Actions to create a streamlined workflow for testing Ansible collection repositories on GitHub.

actions ansible github-actions hacktoberfest testing

Last synced: 19 Oct 2025

https://github.com/stryker-mutator/mutation-testing-elements

🗃 A schema for mutation testing results with the web components to visualise it 📊

hacktoberfest mutation-testing testing

Last synced: 06 Jun 2026

https://github.com/citypaul/fullstack-react-tdd-example

A repository designed to show good modern testing practices. Created to illustrate key points for a talk I gave: https://www.youtube.com/watch?v=jBkEz-Azsak

components jest presentation react react-testing-library storybook tdd testing typescript

Last synced: 31 Jan 2026

https://github.com/mig4/setup-bats

GitHub Action to setup BATS testing framework

action bats github-action github-actions hacktoberfest setup testing testing-framework

Last synced: 26 Oct 2025

https://github.com/yawaramin/ggspec

A lightweight, functional-style unit testing framework for Guile/Scheme

guile lisp scheme testing

Last synced: 03 Mar 2026

https://github.com/jamescooke/factory_djoy

Factories for Django, creating valid model instances every time

django factories python testing

Last synced: 11 Feb 2026

https://github.com/heapwolf/cxx-tap

Test Anything Protocol (TAP) Producer for C++

assertions tap test testing

Last synced: 17 Oct 2025

https://github.com/oliyh/doo-chrome-devprotocol

A runner for doo which runs tests in Chrome, using the Chrome Dev Protocol with no need for karma or npm.

chrome chrome-headless clojure clojurescript lein leiningen testing

Last synced: 30 Apr 2025

https://github.com/screamingdev/phpsemver

Check if your changes are a major change, minor change or just a patch.

assertions php semantic-versions testing

Last synced: 21 Mar 2025

https://github.com/pubkey/async-test-util

Utility functions that are useful in async/await tests :thumbsup:

assert async async-await jasmine javascript karma mocha testcafe testing

Last synced: 11 Apr 2025

https://github.com/serhatbolsu/robotframework-appium-sample

Robot Framework Appium - Boilerplate - ATDD - Page Objects - AppiumLibrary

appium appium-android appium-ios demo mobiletesting mobileweb robotframework testing

Last synced: 23 Oct 2025

https://github.com/tmarice/django-timed-tests

Get timing breakdown of your Django test suite

django python test-runner testing timing unittest

Last synced: 10 Apr 2025

https://github.com/simonbaeumer/goss

Quick and Easy server testing/validation

devops docker go golang goss health-endpoint infrastructure-as-code linux tdd testing

Last synced: 11 Nov 2025

https://github.com/nealrichardson/httptest2

Utilities for testing R 📦s that use httr2

http mock r testing

Last synced: 24 Sep 2025

https://github.com/yahoo/jsx-test

An easy way to test your React Components (`.jsx` files).

javascript react react-components testing web

Last synced: 30 Jul 2025

https://github.com/oliyh/fixa

Better test fixtures for clojure

clojure fixtures testing

Last synced: 06 Sep 2025

https://github.com/piomin/sample-spring-chaosmonkey

sample applications illustrating usage of codecentric's chaos monkey library for microservices created using spring boot and spring cloud

chaos-engineering chaos-monkey microservices spring-boot spring-cloud testing

Last synced: 16 Mar 2025

https://github.com/equimper/course-golang-twittter-clone-graphql

Code source for https://store.equimper.com/build-a-twitter-clone-graphql-api-using-golang

golang gqlgen pgx postgresql testing

Last synced: 24 Apr 2025

https://github.com/rbiedrawa/spring-webflux-keycloak-demo

This repository demonstrates how to use reactive Spring Security with OAuth2 and Keycloak. Keycloak server with all components can be started using docker-compose and utility script.

docker docker-compose jwt jwt-authentication keycloak oauth2 postman postman-collection reactor security spring-boot spring-security spring-security-5 spring-security-oauth2 spring-webflux testing webflux-security wiremock

Last synced: 19 Oct 2025

https://github.com/ldez/usetesting

Detects when some calls can be replaced by methods from the testing package

go golang linter testing

Last synced: 23 Apr 2025

https://github.com/mailslurp/examples

Email testing and SMS verification examples using MailSlurp and a wide range of frameworks.

codeception cypress email examples mailslurp selenium specflow testcafe testing webdriver

Last synced: 22 Apr 2025

https://github.com/lorenzofox3/zora-node

test runner for nodejs using zora testing library

cli performance productivity test test-runner testing

Last synced: 14 Jan 2026

https://github.com/huandu/go-assert

Magic assert macros for Go.

assert ast golang helper-functions tdd testing

Last synced: 10 Jun 2025

https://github.com/lpil/gleeunit

Gleam bindings for the Erlang EUnit test framework

erlang eunit gleam testing

Last synced: 18 Apr 2026

https://github.com/tophat/dont-waste-your-ducking-time

:rooster: An opinionated guide on how to test Redux ducks

actions ducks reducers redux redux-saga selectors testing

Last synced: 08 May 2025

https://github.com/asi1024/competitive-library

A library manager for competitive programming

competitive-programming cpp14 library testing

Last synced: 24 Aug 2025

https://github.com/stijnmoreels/fsecurity

Security testing library written in F# to make writing security tests more fun.

exploitation fsec fsharp input-validation owasp security testing tests url-tampering vulnerability-detection xml-parsing

Last synced: 23 Mar 2025

https://github.com/kenoxa/svelte-htm

tagged template syntax for svelte to simplify testing

hyperscript js jsx svelte tagged-template-literals testing

Last synced: 09 Aug 2025

https://github.com/AhmedSoliman/netperf

A network performance measurement tool written in Rust

iperf iperf3 network performance testing

Last synced: 07 Apr 2025

https://github.com/nvim-neotest/neotest-vim-test

Neotest adapter for vim-test

lua neovim testing vim vim-test

Last synced: 14 Apr 2025

https://github.com/lacolaco/angular-testing-recipes

A collection of testing examples of Angular applications and libraries.

angular testing

Last synced: 10 Mar 2026

https://github.com/dyegocosta/what_to_run

Regression test selection for Ruby

minitest regression-tests rspec ruby test-runner testing

Last synced: 12 Apr 2025

https://github.com/nas5w/combinate

Combinatorics generator for JavaScript and Typescript.

combinations combinatorics javascript testing testing-tools typescript

Last synced: 19 Apr 2025

https://github.com/sgreben/testing-with-gomock

Supporting materials for the blog post "Testing with GoMock"

blog-post go gomock testing

Last synced: 19 Jun 2025

https://github.com/bahmutov/cypress-hyperapp-unit-test

Unit test Hyperapp components using Cypress

cypress cypress-io hyperapp testing

Last synced: 28 Sep 2025

https://github.com/lambdahands/opticlj

A Clojure(Script) expectation/snapshot testing library, inspired by cram, ppx_expect, and jest

clojure repl snapshot-testing test-strategy testing

Last synced: 19 Aug 2025

https://github.com/wlsf82/curso-cypress-intermediario

Repositório do curso intermediário de Cypress da Escola Talking About Testing

cypress cypress-io testing web-testing

Last synced: 05 May 2025

https://github.com/morellodev/react-test-attributes

React library to add data-* attributes to DOM elements.

attributes cypress data dom e2e javascript reactjs selenium test testing typescript

Last synced: 23 Nov 2025

https://github.com/mermade/openapi3-examples

Passing and failing test cases for OpenAPI 3.x validators

openapi openapi3 swagger test testing validation vulnerability

Last synced: 04 Aug 2025

https://github.com/sbmlteam/sbml-test-suite

The SBML Test Suite is a conformance testing system. It allows developers and users to test the degree and correctness of the SBML support provided in a software package.

ode sbml sbml-models simulation stochastic systems-biology test-automation testing testing-framework testing-tools

Last synced: 25 Dec 2025

https://github.com/gobuffalo/suite

A test suite for Buffalo applications

buffalo go gobuffalo golang testing

Last synced: 05 Apr 2025

https://github.com/picadoh/mockserver-client-net

.NET Core / C# Fluent API for interacting with Mock-Server

csharp dotnet dotnetcore lib mock mock-server mocking mockserverclient mockserverclientnet testing

Last synced: 07 May 2025

https://github.com/getdeck/beiboot

Getdeck Beiboot is a Kubernetes-in-Kubernetes solution :rocket: It allows creating multiple logical Kubernetes environments within one :arrow_right: physical host cluster.

development hacktoberfest k3s k8s kubectl kubernetes operator python python3 testing

Last synced: 13 Apr 2025

https://github.com/raphaelsalaja/escapades

A collection of some of my SwiftUI expreiments.

components expriment random swift testing

Last synced: 10 Apr 2025

https://github.com/jgcmarins/rtl-everywhere

[WIP] React Testing Library everywhere

everywhere jest library react testing wip

Last synced: 30 Apr 2025

https://github.com/noahdietz/oatts

DEPRECATED in favor of https://github.com/google/oatts

api json openapi openapi-specification scaffolding testing testing-framework

Last synced: 12 Apr 2025

https://github.com/elaichenkov/cypress-diff

cypress-diff makes your life easier to find out why your tests are failing

cypress cypress-io e2e reporter testing tools

Last synced: 30 Apr 2025

https://github.com/edubart/lester

Minimal Lua test framework

busted lua nelua test test-framework testing unit-testing

Last synced: 26 Mar 2025

https://github.com/king04aman/cybersecurity-tools

This repository is aimed to contain all basic tools and resources for cybersecurity. In this repository you will get all material which you must know in cybersecurity field.

cyber cyber-security cybersecurity cybersecurity-education cybersecurity-tools ethical-hacker hacktoberfest hacktoberfest-accepted hacktoberfest2022 testing

Last synced: 16 Jun 2025

https://github.com/wlsf82/cysh

This project offers a single shell script that quickly initializes a Cypress testing automation project from scratch.

boostrap-cypress-project cypress shell-script talking-about-testing testing

Last synced: 13 Oct 2025

https://github.com/nathanbreitsch/torchmocks

Test pytorch code with minimal computational overhead

neural-networks pytorch pytorch-lightning testing unittest

Last synced: 28 Oct 2025

https://github.com/martinsmid/pytest-ui

Text User Interface for running python tests

pytest python test-runner testing testing-tools

Last synced: 05 Apr 2026

https://github.com/onflow/cadence-tools

Developer tools for Cadence

cadence lint linter linting test testing

Last synced: 19 May 2026

https://github.com/mpetuska/klip

Kotlin Multiplatform snapshot ((c|k)lip) manager for tests.

gradle-plugin kotlin kotlin-multiplatform on-hold testing

Last synced: 14 Jun 2025

https://github.com/rradczewski/expect-redux

expect-redux - better interaction testing for redux

jest mocha react redux redux-observable redux-saga redux-thunk testing

Last synced: 18 Jan 2026

https://github.com/stefanwille/nodejs-integration-testing

Integration testing of a Node.js / Express.js / Sequelize app

chai express integration-testing mocha nodejs rest sequelize testing

Last synced: 12 Apr 2025

https://github.com/crystal-loot/selenium.cr

Selenium library for Crystal

crystal selenium testing

Last synced: 11 May 2025

https://github.com/igmat/baset

Testing tool for baseline strategy

baseline javascript testing testing-tools

Last synced: 07 Mar 2026