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/da-in/tdd-challenge

🔥 테스팅 프레임워크 및 TDD 학습 챌린지 입니다.

jest tdd testing vitest

Last synced: 10 Apr 2025

https://github.com/matejkob/swift-macro-compatibility-check

GitHub Action that verifies compatibility of a Swift package with macros against all swift-syntax versions

ci-cd swift testing xcode

Last synced: 13 Apr 2025

https://github.com/manixate/jest-hugo

Run tests for your hugo content using Jest

hugo jest testing

Last synced: 29 Oct 2025

https://github.com/innoave/asserting

Fluent assertions for tests in Rust that are convenient to write and easy to extend

assertions fluent matchers no-std rust-lang testing

Last synced: 03 Jul 2026

https://github.com/springtainer/springtainer-mongodb

MongoDB as docker-container for springboot testing

mongodb spring spring-boot testcontainers testing

Last synced: 13 Apr 2025

https://github.com/jenkinsci/btc-embeddedplatform-plugin

Extension for Jenkins Pipeline providing BTC EmbeddedPlatform specific steps for automated testing on MIL, SIL and PIL level.

automation back-to-back ccode coverage jenkins simulink testing

Last synced: 10 Apr 2025

https://github.com/hanasabih/cryptocurrency

A Single Page Application that allows users to track the Cryptocurrency Market. Users can search for country and click on a coin to view their current data of coin stat.

bootstrap5 reactjs redux testing

Last synced: 08 Sep 2025

https://github.com/z-shell/z-a-test

🌀 An annex runs tests via make or zunit If any found – after installing and updating a plugin or snippet

test-automation test-instrumentation testing zannex

Last synced: 11 Apr 2025

https://github.com/ecoapm/xunit.ts

a TypeScript unit testing framework, following standard xUnit patterns

assertions hacktoberfest tdd testing typescript unit-testing

Last synced: 12 Apr 2025

https://github.com/cryptaliagy/pytest-explicit

A pytest plugin for setting tests to be skipped by default

plugin pytest testing

Last synced: 19 Apr 2025

https://github.com/nekofar/slim-test

Slim Framework test helper built on top of the PHPUnit test framework

helper php phpunit slim slim-framework testing

Last synced: 03 May 2025

https://github.com/hatton/filemeddler

Windows Console app that simulates interference by OneDrive, Dropbox, etc. or antivirus. It does this by watching and then momentarily locking files.

testing utility

Last synced: 09 Apr 2025

https://github.com/santimattius/android-testing

Example of Android Testing for Medium Articles

android testing testing-android-fragments

Last synced: 03 Apr 2025

https://github.com/marick/ecto_test_dsl

A domain-specific testing library for testing code that uses Elixir's Ecto. Supports different Phoenix workflows.

dsl ecto elixir-phoenix testing

Last synced: 13 Jun 2025

https://github.com/amdmi3/testing.h

Small and simple single-header library for writing C++ unit tests

c-plus-plus header-only testing unit-testing

Last synced: 07 May 2025

https://github.com/danhumphrey/thirtyfour.ui

A Selenium (element 34) WebDriver UI Library for C# and Java

dotnet selenium selenium-webdriver test-automation test-framework testing testing-framework

Last synced: 11 Apr 2025

https://github.com/scalaprops/scalaprops-cross-example

Cross-platform(JVM, JS, Native) example project of scalaprops

property-based-testing scala scala-js scala-native scalaprops testing

Last synced: 30 Dec 2025

https://github.com/pixielabs/cavy-mobx-example

An example app using Cavy, MobX and React Native

cavy integration-testing mobx react-native testing

Last synced: 10 Jul 2025

https://github.com/victorkuenstler/fluent-assertions

Fluent API for assertions supporting pytest, designed with simplicity and ease of use in mind.

assertions pytest python testing typing

Last synced: 11 Apr 2025

https://github.com/giis-uniovi/tdrules

Test Data Coverage Evaluation components: Full Predicate Coverage Rules (FPC) and SQL Mutants to assess the coverage of the test data

api-testing coverage database fpc mcdc mutants openapi sql testing

Last synced: 11 Apr 2025

https://github.com/rentziass/eventually

Keep retrying a bit of Go test code that you know _should_ pass, eventually, idiomatically.

go golang testing

Last synced: 13 Mar 2025

https://github.com/payara/ecosystem-arquillian-connectors

Repository for Payara Arquillian connectors

arquillian payara payara-micro payara-server testing

Last synced: 11 Apr 2025

https://github.com/softspiders/node-hapi-clean-architecture

A simple API built with Hapi.js that follows Clean Architecture principles

ca clean-architecture debug hapi javascript js node openapi server softspider softspiders ss starter swagger template testing vscode

Last synced: 08 Apr 2026

https://github.com/yowainwright/react-prop-renderer

Render endpoints on the fly with React. WIP🧪

jest react testing testing-tools

Last synced: 10 Jul 2025

https://github.com/limbario/android-emulator-fleet

Get as many GPU-accelerated Android Emulators as you need for testing!

android appium ci-cd maestro mobile testing ui-testing

Last synced: 17 Mar 2025

https://github.com/nicwest/notsouid

not so unique ids

monkey-patching testing uuid

Last synced: 07 Apr 2026

https://github.com/juampi92/phecks

PHP Checks

ci-cd laravel phecks php testing

Last synced: 11 Apr 2025

https://github.com/pmclsf/terrain

Test system intelligence platform — map your test terrain

cli code-quality developer-tools go javascript static-analysis test-automation test-intelligence test-quality testing

Last synced: 07 Apr 2026

https://github.com/kamarros/cesarcode

You can decode and encode words with cesar code and polybius chessboard in java. Implementation encode and decode method. REST endpoint to decode and encode words.

arrays cesar-cypher cipher-algorithms hql java polybius-cypher rest spring-boot testing

Last synced: 19 May 2026

https://github.com/tstormk/ember-testing-library

Simple and complete Ember DOM testing utilities that encourage good testing practices.

ember emberjs javascript testing

Last synced: 12 Apr 2025

https://github.com/riot-os/release-specs

Specification for RIOT releases and corresponding test configurations

release riot riot-os testing

Last synced: 23 Aug 2025

https://github.com/rluvaton/vitest-vs-code-plugin

Vitest VS Code plugin that actually work

testing vitest vscode-extension

Last synced: 15 Mar 2025

https://github.com/astrodynamic/dna_analazer-algorithms-for-working-with-text-in-cpp

This project implements substring search and sequence alignment algorithms for molecular sequences analysis. It includes the Rabin-Karp algorithm for substring search and the Needleman-Wunsch algorithm for sequence alignment. Developed in C++17, the code follows Google Style and includes a Makefile for building and testing the program.

algorithms analayze cmake cmakelists console-application console-applications cpp cpp17 dna dna-sequences hashing learning makefile rabin-karp-algorithm regex reusable testing text-algorithms text-summarization

Last synced: 20 Sep 2025

https://github.com/caiquecoelho/robot-axe-library

A RobotFramework Library wrapper for axe-selenium-python package. This library can help you catch any accessibility issue in your web page or app.

accessibility appium axe python robotframework selenium testing testing-tools wcag

Last synced: 23 Oct 2025

https://github.com/qavajs/steps-accessibility

Steps to perform accessibility checks using axe library.

qa test-automation testing

Last synced: 01 May 2025

https://github.com/rec/tdir

🗃 Create, fill a temporary directory 🗃

python tempfile temporary-directory testing

Last synced: 04 Mar 2026

https://github.com/panicbit/quickcheck_derive

Derives quickcheck traits

quickcheck rust testing

Last synced: 12 Dec 2025

https://github.com/rodaine/protogofakeit

Produce fake data for protocol buffer messages

golang proto protobuf protocol-buffers testing

Last synced: 21 Mar 2025

https://github.com/tebogoyungmercykay/recspl-compiler-construction-in-python

This repository contains the core components of our Recursive Student Programming Language Compiler Construction and Design project. The project aims to implement a complete compiler, including lexical analysis, parsing, semantic analysis, and code generation.

intermediate-code-generation lexer parser pytest semantics syntax-tree testing tokens type-checker

Last synced: 09 Jul 2025

https://github.com/zuazo/docker-in-travis

Docker image example using TDD with Serverspec and Travis CI.

devops docker example serverspec spec tdd testing travis-ci

Last synced: 13 Apr 2025

https://github.com/slemke/keycloak-testcontainer

Run a Keycloak testcontainer from node.js

container docker keycloak node testcontainers testing typescript

Last synced: 06 May 2025

https://github.com/rieckpil/talks

🎤 Source Code Reference for Various Conference Talks

aws java springboot talks testing testing-tools

Last synced: 17 Jul 2025

https://github.com/wearefine/puppet-jenkins-shared-libraries

Test and deploy Puppet code with Jenkins pipelines

jenkins jenkins-pipeline jenkinsfile puppet puppet-testing testing

Last synced: 19 Jul 2025

https://github.com/arsham/dbtools

Go db helpers library for using in production code and tests.

database go golang library pgx sqlmock-helpers testing transaction

Last synced: 18 Mar 2025

https://github.com/sz-piotr/ethereum-test-provider

An ethers provider used for testing applications using the ethereum blockchain

ethereum ethersjs integration-testing provider snapshots testing typescript

Last synced: 15 Jan 2026

https://github.com/tjoskar/marble-test

Helps you write marble tests

marble rxjs testing

Last synced: 19 Jul 2025

https://github.com/springtainer/springtainer-mockserver

Mockserver as docker-container for springboot testing

mockserver spring spring-boot testcontainers testing

Last synced: 13 Apr 2025

https://github.com/gurpreetatwal/incito

Easiest way to turn a function into a web server!

axios integration middleware route supertest testing

Last synced: 22 Apr 2025

https://github.com/krzysztofrewak/larahat

Extremely simple Laravel Behat extension

bdd behat behat-extension laravel testing

Last synced: 11 Jan 2026

https://github.com/atomic-testing/atomic-testing

Portable UI testing library: Simplify and unify across frameworks and libraries

component-library end-to-end-testing materi playwright reactjs test testing testing-tools ui-testing unit-testing

Last synced: 12 Apr 2025

https://gitlab.torproject.org/tpo/core/chutney

Tool for testing Tor network

network testing tor

Last synced: 31 Mar 2025

https://github.com/jrmadsen/pyctest

Python bindings of select portions of CMake/CTest package -- enabling generation of CTest test files from Python without a CMake build system

cmake cmake-modules cmake-resources cmake-scripts cmake-toolchain cmake-toolchains cpack ctest ctest-extension cxx pybind11 python test-automation test-driven-development test-framework test-runner testing testing-framework testing-tools

Last synced: 11 Apr 2025

https://github.com/sergiobarriel/testing-in-dotnet

XUnit usage examples: theories, member data, inline data, custom data, class data, fixtures, assertions, ...

assertions dotnet fixtures testing theory xunit

Last synced: 05 May 2025

https://github.com/adequatica/ui-testing

Testing UI with TypeScript and Playwright

playwright testing

Last synced: 23 Jun 2025

https://github.com/deeplook/asciinemaster

Some experiments with adding features around asciinema.

automation cast compare play python record terminal testing

Last synced: 10 Apr 2025

https://github.com/nock/welcome

👋 The Nock organization welcome repo

docs mocking nock node testing tests

Last synced: 11 Apr 2025

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

Fedora 32 Docker container for Ansible playbook and role testing.

ansible container docker fedora image testing

Last synced: 22 Oct 2025

https://github.com/dotnet-ad/meetup.xamarin.france.demo

A sample base for the various conferences presented at Xamarin Meetups in France.

meetup testcloud testing xamarin

Last synced: 16 May 2026

https://github.com/leighmcculloch/go-testparallel

Go package that provides a function for making all tests in a suite run in Parallel without adding t.Parallel() to every test.

go golang testing

Last synced: 06 May 2025

https://github.com/joshnuss/prisma-database-cleaner

Utility for cleaning Prisma databases between test runs

prisma testing

Last synced: 23 Jun 2025

https://github.com/giansalex/selenium-cshap-sample

Selenium Web Driver - Chrome, Firefox, Edge (C# Sample)

automated-testing dotnet selenium testing

Last synced: 30 Apr 2025

https://github.com/ahelal/cf-inspec

inSpec resources for Cloudfoundry, Opsman and Bosh

bosh cloudfoundry inspec opsman opsmanager pcf testing

Last synced: 10 Apr 2025

https://github.com/eclipse-thingweb/td-tools

Utility libraries for W3C Thing Descriptions and Thing Models

iot protocols testing web web-of-things

Last synced: 11 Apr 2025

https://github.com/thiagodp/one-wise

One-wise combinatorial testing generator for JavaScript

combinatorial-testing javascript n-way n-wise one-wise pair-wise pairwise seedrandom shuffle testing

Last synced: 15 Jun 2025

https://github.com/thiagodp/codeceptjs-cmdhelper

💻 Let your CodeceptJS tests run commands in the console/terminal

bdd codeceptjs command console execute run terminal test testing

Last synced: 10 Apr 2025

https://github.com/darrenjw/dsmts

Discrete stochastic models test suite

sbml testing

Last synced: 02 Feb 2026

https://github.com/cTwospoons/camel-spock-test

A simple project to show how to use Spock to unit test Camel routes.

apache-camel groovy spock spring-boot testing

Last synced: 03 Apr 2025

https://github.com/eddeccc/k6-java-test

Using k6 load tests with Java

grafana influxdb k6 opentelemetry-collector testing

Last synced: 11 Apr 2025

https://github.com/lorien/test_server

Server to test HTTP clients

http-server mock-server test testing testing-tools

Last synced: 05 May 2025

https://github.com/gediminasz/just-testing

A Visual Studio Code extension for running tests in integrated terminal.

django extension javascript jest pytest python rspec ruby tdd testing visual-studio-code vscode

Last synced: 20 Mar 2025

https://github.com/kpn/py-detox-bridge

A bridge to enable python code to use the detox grey-box testing API

detox e2e-tests test testing

Last synced: 13 Apr 2025

https://github.com/zlib-ng/corpora

Common corpora used for lossless compression testing and benchmarking.

compression corpora testing

Last synced: 02 Feb 2026

https://github.com/robsontenorio/laravel-tdd-docs

✏️ TDD living docs for Laravel. Generate docs from comments at your phpunit tests.

docs laravel phpunit tdd test testing

Last synced: 05 May 2025

https://github.com/jscarle/sourcegeneratortesthelpers

Test helpers and extension methods to simplify testing of .NET source generators.

csharp dotnet source-generators testing

Last synced: 09 Sep 2025

https://github.com/xray-app/xray-offline-results

Report testing results offline using Excel/CSV

jira test-management testing xray

Last synced: 01 May 2025

https://github.com/jeffh/check.statem

Facilities for generating test programs using state machines.

clojure fuzzing property-based-testing quickcheck state-machine test-check testing

Last synced: 07 Oct 2025

https://github.com/josemanuelep/software-testing-fundamentals

La prueba de software es un proceso en el que se evalúa el software para determinar si cumple con las necesidades del usuario (validación) y que el proceso para construir el software se siguió correctamente (verificación).

fundamentals softaware test-theory testing testing-ground

Last synced: 19 Mar 2026

https://github.com/wvteijlingen/swift-network-mocker

Speed up development and testing by adding an autogenerated network stubbing panel to your app.

mocking moya network-stubbing networking stubbing testing

Last synced: 11 Feb 2026

https://github.com/christimperley/roschaos

Smash your beloved robots to pieces, one component at a time

robotics ros testing

Last synced: 08 May 2026