<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>testing</title>
    <link rel="self" type="application/atom+xml" href="https://links.biapy.com/guest/tags/583/feed"/>
    <updated>2026-08-01T20:43:55+00:00</updated>
    <id>https://links.biapy.com/guest/tags/583/feed</id>
            <entry>
            <id>https://links.biapy.com/links/13391</id>
            <title type="text"><![CDATA[fakecloud]]></title>
            <link rel="alternate" href="https://fakecloud.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13391"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Local AWS Cloud Emulator.

Local AWS cloud emulator for integration tests. Run your app with normal AWS clients, stay fully local, and use fakecloud SDKs when your tests need deeper visibility.

- [fakecloud @ GitHub](https://github.com/faiscadev/fakecloud).]]>
            </summary>
            <updated>2026-07-23T15:52:58+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13388</id>
            <title type="text"><![CDATA[Counterfact]]></title>
            <link rel="alternate" href="https://counterfact.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13388"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Not just a mock server. Turn an OpenAPI spec into TypeScript-based simulation, with state management, hot reload, and a REPL. 

Point Counterfact at an OpenAPI spec and get a live, stateful API in seconds — with TypeScript safety, hot reload, shared state, and a programmable REPL. 

- [Counterfact @ GitHub](https://github.com/counterfact/api-simulator).]]>
            </summary>
            <updated>2026-07-23T15:48:55+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12979</id>
            <title type="text"><![CDATA[Shrink Ray]]></title>
            <link rel="alternate" href="https://github.com/DRMacIver/shrinkray" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12979"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Shrink Ray is a modern multiformat test-case reducer.

Test-case reduction is the process of automatically taking a test case and reducing it to something close to a minimal reproducible example.

That is, you have some file that has some interesting property (usually that it triggers a bug in some software), but it is large and complicated and as a result you can&amp;#039;t figure out what about the file actually matters. You want to be able to trigger the bug with a small, simple, version of it that contains only the features of interest.

Related contents:

- [Test-case Reducers Are Underappreciated Debugging Tools @ Laurence Tratt](https://tratt.net/laurie/blog/2026/test_case_reducers_are_underappreciated_debugging_tools.html).]]>
            </summary>
            <updated>2026-06-10T11:54:20+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12924</id>
            <title type="text"><![CDATA[RAMPART]]></title>
            <link rel="alternate" href="https://microsoft.github.io/RAMPART/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12924"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[RAMPART: Risk Assessment &amp;amp; Measurement Platform for Agentic Red Teaming.

RAMPART is a pytest-native safety testing framework for agentic AI applications. You write tests that attack or probe your agent, and RAMPART orchestrates the interaction, evaluates the outcome, and reports the results.

- [RAMPART @ GitHub](https://github.com/microsoft/RAMPART).]]>
            </summary>
            <updated>2026-06-04T13:12:47+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12772</id>
            <title type="text"><![CDATA[Test Anything Protocol]]></title>
            <link rel="alternate" href="https://testanything.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12772"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[TAP, the Test Anything Protocol, is a simple text-based interface between testing modules in a test harness. It decouples the reporting of errors from the presentation of the reports.]]>
            </summary>
            <updated>2026-05-15T14:39:47+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12568</id>
            <title type="text"><![CDATA[Hiraeth]]></title>
            <link rel="alternate" href="https://github.com/SethPyle376/hiraeth" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12568"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Local AWS emulator focused on fast integration testing, with SQS support, SQLite-backed state, and a debug-friendly web UI.

Hiraeth is a local AWS emulator focused on fast integration testing. The first release target is SQS: signed AWS SDK requests go through a local HTTP endpoint, state is stored in SQLite, and an optional web UI exposes the local emulator state for debugging.]]>
            </summary>
            <updated>2026-04-20T05:14:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12512</id>
            <title type="text"><![CDATA[hadrian]]></title>
            <link rel="alternate" href="https://github.com/praetorian-inc/hadrian" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12512"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Open-Source API Security Testing Framework.

API security testing framework for REST, GraphQL, and gRPC that validates authorization logic using role-based testing and YAML-driven templates.

Hadrian is an open-source API security testing framework that detects OWASP API Top 10 vulnerabilities in REST, GraphQL, and gRPC APIs. It uses role-based authorization testing and YAML-driven templates to automatically find broken object-level authorization (BOLA), broken function-level authorization (BFLA), broken authentication, and other critical API security flaws — without writing custom test code.]]>
            </summary>
            <updated>2026-04-10T11:34:06+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12429</id>
            <title type="text"><![CDATA[spatie/invade]]></title>
            <link rel="alternate" href="https://github.com/spatie/invade" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12429"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A PHP function to work with private properties and methods.

This package offers an invade function that will allow you to read/write private properties of an object. It will also allow you to call private methods.]]>
            </summary>
            <updated>2026-04-04T09:27:58+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12287</id>
            <title type="text"><![CDATA[Hegel]]></title>
            <link rel="alternate" href="https://hegel.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12287"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Hegel is a universal property-based testing protocol and family of libraries, built on Hypothesis.

- [Hegel @ GitHub](https://github.com/hegeldev).

Related contents:

- [Hypothesis, Antithesis, synthesis @ Antithesis&amp;#039; Blog](https://antithesis.com/blog/2026/hegel/).]]>
            </summary>
            <updated>2026-03-25T13:29:14+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12278</id>
            <title type="text"><![CDATA[Bombadil]]></title>
            <link rel="alternate" href="https://github.com/antithesishq/bombadil" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12278"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Property-based testing for web UIs, autonomously exploring and validating correctness properties, finding harder bugs earlier.

Runs in your local developer environment, in CI, and inside Antithesis.]]>
            </summary>
            <updated>2026-03-24T13:46:07+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12270</id>
            <title type="text"><![CDATA[Rebound]]></title>
            <link rel="alternate" href="https://rebound.how/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12270"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The open source toolbox for resilient operations.

Rebound is a set of tools, ranging from a network injection fault proxy to a reliability automation platform, so people can rely on you being there when they need. 

- [Rebound @ GitHub](https://github.com/rebound-how/rebound).

Related contents:

- [Fault : injecter du chaos dans vos microservices @ Une tasse de café :fr:](https://une-tasse-de.cafe/blog/fault/#sc%C3%A9nario-4--blackhole-le-pire-cas).]]>
            </summary>
            <updated>2026-03-24T08:20:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12202</id>
            <title type="text"><![CDATA[Maestro]]></title>
            <link rel="alternate" href="https://maestro.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12202"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[End-to-End UI Testing for Mobile and Web.

 Maestro makes UI testing dead simple. Write your first test in under 5 minutes. 
 Maestro is an open-source framework that makes UI and end-to-end testing for Android, iOS, and web apps simple and fast.
Write your first test in under five minutes using YAML flows and run them on any emulator, simulator, or browser. 

- [Maestro @ GitHub](https://github.com/mobile-dev-inc/Maestro).]]>
            </summary>
            <updated>2026-03-20T12:40:20+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12125</id>
            <title type="text"><![CDATA[Miniredis]]></title>
            <link rel="alternate" href="https://github.com/alicebob/miniredis" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12125"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Pure Go Redis test server, used in Go unittests.

Sometimes you want to test code which uses Redis, without making it a full-blown integration test. Miniredis implements (parts of) the Redis server, to be used in unittests. It enables a simple, cheap, in-memory, Redis replacement, with a real TCP interface. Think of it as the Redis version of net/http/httptest.]]>
            </summary>
            <updated>2026-03-13T16:01:32+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12046</id>
            <title type="text"><![CDATA[runn]]></title>
            <link rel="alternate" href="https://runn.run/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12046"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[runn ( means &amp;quot;Run N&amp;quot;. is pronounced /rʌ́n én/. ) is a package/tool for running operations following a scenario.

Key features of runn are:

- As a tool for scenario based testing.
- As a test helper package for the Go language.
- As a tool for workflow automation.
- Support HTTP request, gRPC request, DB query, Chrome DevTools Protocol, and SSH/Local command execution
- OpenAPI Document-like syntax for HTTP request testing.
- Single binary = CI-Friendly.

- [runn @ GitHub](https://github.com/k1LoW/runn).]]>
            </summary>
            <updated>2026-03-09T07:15:45+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12020</id>
            <title type="text"><![CDATA[MacNoise]]></title>
            <link rel="alternate" href="https://github.com/0xv1n/macnoise" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12020"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Extensible MacOS system telemetry generator.

MacNoise is an extensible and modular macOS system telemetry generation framework. It generates real system events (network connections, file writes, process spawns, plist mutations, TCC permission probes, and more) so security teams can validate that their EDR, SIEM, and firewall tooling detects what it is supposed to detect.

Related contents:

- [Introducing MacNoise! @ 0xv1n](https://0xv1n.github.io/posts/macnoise/).
- [\#66 @ Erreur 403 :fr:](https://newsletter.erreur403.fr/p/erreur-403-66).]]>
            </summary>
            <updated>2026-03-05T12:11:52+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11870</id>
            <title type="text"><![CDATA[Ortoni Report]]></title>
            <link rel="alternate" href="https://github.com/ortoniKC/ortoni-report" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11870"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Welcome to Ortoni Report, a comprehensive and visually appealing HTML report generator tailored for Playwright tests. Designed with powerful features and customizable options, Ortoni Report simplifies the process of reviewing and managing test results, making test reporting more intuitive and accessible.]]>
            </summary>
            <updated>2026-02-20T07:29:12+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11649</id>
            <title type="text"><![CDATA[Lost Pixel]]></title>
            <link rel="alternate" href="https://www.lost-pixel.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11649"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[holistic Visual Regression Testing cloud.
Open source alternative to Percy, Chromatic, Applitools. 

Lost Pixel is an open-source visual regression testing tool. Run visual regression tests on your Storybook and Ladle stories and your application pages.

- [Lost Pixel @ GitHub](https://github.com/lost-pixel/lost-pixel).]]>
            </summary>
            <updated>2026-01-30T10:39:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11644</id>
            <title type="text"><![CDATA[ParaTest]]></title>
            <link rel="alternate" href="https://github.com/paratestphp/paratest" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11644"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Parallel testing for PHPUnit.

The objective of ParaTest is to support parallel testing in PHPUnit. Provided you have well-written PHPUnit tests, you can drop paratest in your project and start using it with no additional bootstrap or configurations!

Related contents:

- [Unit Testing Best Practices in PHP — Writing High-Quality Tests @ Mariia Vain&amp;#039;s Medium](https://medium.com/@lycsona/unit-testing-best-practices-in-php-writing-high-quality-tests-860ed08a0d2).]]>
            </summary>
            <updated>2026-01-29T15:30:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11611</id>
            <title type="text"><![CDATA[Mock Service Worker (MSW)]]></title>
            <link rel="alternate" href="https://mswjs.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11611"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[API mocking library for browser and Node.js.
 Industry standard API mocking for JavaScript.

Mock Service Worker is an API mocking library that allows you to write client-agnostic mocks and reuse them across any frameworks, tools, and environments. 

- [Mock Service Worker (MSW) @ GitHub]().

Related contents:

- [Congratulations to the recipients of the 2025 Spotify FOSS Fund @ Spotify R&amp;amp;D](https://engineering.atspotify.com/2026/1/congratulations-to-the-recipients-of-the-2025-spotify-foss-fund).]]>
            </summary>
            <updated>2026-01-26T12:33:36+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11416</id>
            <title type="text"><![CDATA[roave/no-leaks]]></title>
            <link rel="alternate" href="https://github.com/Roave/no-leaks" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11416"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[🚰 PHPUnit Plugin for detecting Memory Leaks in code and tests.

This library is a PHPUnit plugin that detects memory leaks in tested code or tests. It utilizes memory_get_usage() to make sure the code being executed properly cleans up after itself.]]>
            </summary>
            <updated>2026-01-08T11:27:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11348</id>
            <title type="text"><![CDATA[Terratest]]></title>
            <link rel="alternate" href="https://terratest.gruntwork.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11348"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Automated tests for your infrastructure code.

 Terratest is a Go library that provides patterns and helper functions for testing infrastructure, with 1st-class support for Terraform, Packer, Docker, Kubernetes, AWS, GCP, and more. 

- [Terratest @ GitHub](https://github.com/gruntwork-io/terratest).

Related contents:

- [What is Terratest and How to Use it @ spacelift](https://spacelift.io/blog/what-is-terratest).]]>
            </summary>
            <updated>2025-12-31T09:08:16+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11168</id>
            <title type="text"><![CDATA[terraform-compliance]]></title>
            <link rel="alternate" href="https://terraform-compliance.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11168"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[a lightweight, security focused, BDD test framework against terraform. 

terraform-compliance is a lightweight, security and compliance focused test framework against terraform to enable negative testing capability for your infrastructure-as-code.

- [terraform-compliance @ GitHub](https://github.com/terraform-compliance/cli).]]>
            </summary>
            <updated>2025-12-05T14:38:43+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10998</id>
            <title type="text"><![CDATA[gotests]]></title>
            <link rel="alternate" href="https://github.com/cweill/gotests" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10998"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Automatically generate Go test boilerplate from your source code. 

gotests is a powerful Go test generator that automatically creates table-driven tests from your source code. It analyzes function and method signatures to generate comprehensive test scaffolding, saving you time and ensuring consistency across your test suite.]]>
            </summary>
            <updated>2025-11-17T15:08:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10983</id>
            <title type="text"><![CDATA[RegreSQL]]></title>
            <link rel="alternate" href="https://github.com/boringSQL/regresql" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10983"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Regression Testing your SQL queries.

The regresql tool implement a regression testing facility for SQL queries, and supports the PostgreSQL database system. A regression test allows to ensure known results when the code is edited.

Related contents:

- [RegreSQL: Regression Testing for PostgreSQL Queries @ boring SQL](https://boringsql.com/posts/regresql-testing-queries/).]]>
            </summary>
            <updated>2025-11-17T06:11:55+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10945</id>
            <title type="text"><![CDATA[Tusk Drift]]></title>
            <link rel="alternate" href="https://www.usetusk.ai/tusk-drift" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10945"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Automated API Testing From Live Traffic.
Node.js SDK for capturing and replaying API calls made to/from your service.

The Node.js Tusk Drift SDK enables fast and deterministic API testing by capturing and replaying API calls made to/from your service. Automatically record real-world API calls, then replay them as tests using the Tusk CLI to find regressions. During replay, all outbound requests are intercepted with recorded data to ensure consistent behavior without side-effects.

- [Tusk Drift @ GitHub](https://github.com/Use-Tusk/drift-node-sdk).]]>
            </summary>
            <updated>2025-11-12T15:12:29+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10870</id>
            <title type="text"><![CDATA[Coverage.py]]></title>
            <link rel="alternate" href="https://coverage.readthedocs.io/en/latest/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10870"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed but was not.

- [](https://github.com/nedbat/coveragepy).

Related contents:

- [Side project advice @ Ned Batchelder](https://nedbatchelder.com/blog/202510/side_project_advice.html).]]>
            </summary>
            <updated>2025-11-04T07:02:54+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10869</id>
            <title type="text"><![CDATA[mock]]></title>
            <link rel="alternate" href="https://dhuan.github.io/mock/latest/index.html" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10869"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Language-agnostic API mocking and testing utility.

mock is an API utility - it lets you:

- define API routes easily through API configuration files or through command-line parameters.
- use shells scripts as response handlers. Or any other type of program can act as response handlers.
- test your API - make assertions on whether an endpoint was requested.


- [mock @ GitHub](https://github.com/dhuan/mock/tree/master).

Related contents:

- [Issue \#168: 💪 The overlooked power of URLs @ Changelog News](https://changelog.com/news/168).]]>
            </summary>
            <updated>2025-11-04T06:51:12+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10791</id>
            <title type="text"><![CDATA[WireMock]]></title>
            <link rel="alternate" href="https://wiremock.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10791"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Mock the APIs You Depend On.
flexible, open source API mocking.
 A tool for mocking HTTP services.

WireMock supports several approaches for creating mock APIs - in code, via its REST API, as JSON files and by recording HTTP traffic proxied to another destination. WireMock has a rich matching system, allowing any part of an incoming request to be matched against complex and precise criteria. Responses of any complexity can be dynamically generated via the Handlebars based templating system. Finally, WireMock is easy to integrate into any workflow due to its numerous extension points and comprehensive APIs.

- [WireMock @ GitHub](https://github.com/wiremock/wiremock).]]>
            </summary>
            <updated>2025-10-27T16:48:09+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10668</id>
            <title type="text"><![CDATA[Chaos Toolkit]]></title>
            <link rel="alternate" href="https://chaostoolkit.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10668"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The chaos engineering toolkit for developers.

The Chaos Toolkit, or as we love to call it “ctk”, is a simple CLI-driven tool who helps you write and run Chaos Engineering experiment. It supports any target platform you can think of through existing extensions or the ones you write as you need.

- [Chaos Toolkit @ GitHub](https://github.com/chaostoolkit/chaostoolkit).

Related contents:

- [Chaos engineering on Google Cloud: Principles, practices, and getting started @ Google Cloud Blog](https://cloud.google.com/blog/products/devops-sre/getting-started-with-chaos-engineering/).]]>
            </summary>
            <updated>2025-10-15T12:17:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10583</id>
            <title type="text"><![CDATA[mockery]]></title>
            <link rel="alternate" href="https://vektra.github.io/mockery/latest/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10583"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Mockery is a project that creates mock implementations of Golang interfaces. It inspects source code and generates implementations of the interface that aid in testing.

In addition to providing a number of different styles of mocks, mockery also allows users to provide their own template files that will then be rendered using a set of template data, methods, and functions that provide comprehensive typing information about the Go interface in question.

- [mockery @ GitHub](https://github.com/vektra/mockery).]]>
            </summary>
            <updated>2025-10-08T14:11:12+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10582</id>
            <title type="text"><![CDATA[GoMock]]></title>
            <link rel="alternate" href="https://github.com/uber-go/mock" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10582"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[GoMock is a mocking framework for the Go programming language. 


Go Reference

gomock is a mocking framework for the Go programming language. It integrates well with Go&amp;#039;s built-in testing package, but can be used in other contexts too.

This project originates from Google&amp;#039;s golang/mock repo. Unfortunately, Google no longer maintains this project, and given the heavy usage of gomock project within Uber, we&amp;#039;ve decided to fork and maintain this going forward at Uber.]]>
            </summary>
            <updated>2025-10-08T13:34:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10581</id>
            <title type="text"><![CDATA[Testify]]></title>
            <link rel="alternate" href="https://github.com/stretchr/testify" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10581"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Thou Shalt Write Tests.

A toolkit with common assertions and mocks that plays nicely with the standard library.

Go code (golang) set of packages that provide many tools for testifying that your code will behave as you intend.

Related contents:

- [Testing in Go with Testify @ Better Stack](https://betterstack.com/community/guides/scaling-go/golang-testify/).]]>
            </summary>
            <updated>2025-10-08T13:31:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10373</id>
            <title type="text"><![CDATA[MCP Inspector]]></title>
            <link rel="alternate" href="https://modelcontextprotocol.io/docs/tools/inspector" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10373"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Visual testing tool for MCP servers.

The MCP inspector is a developer tool for testing and debugging MCP servers.

- [MCP Inspector @ GitHub](https://github.com/modelcontextprotocol/inspector).

Related contents:

- [MCP Horror Stories: The Drive-By Localhost Breach @ Docker](https://www.docker.com/blog/mpc-horror-stories-cve-2025-49596-local-host-breach/).]]>
            </summary>
            <updated>2025-09-24T12:05:22+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/431</id>
            <title type="text"><![CDATA[mirrord]]></title>
            <link rel="alternate" href="https://metalbear.co/mirrord/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/431"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Cut your dev loop from hours to seconds. The fastest way to deliver code.
 Connect your local process and your cloud environment, and run local code in cloud conditions. 

mirrord lets you run your microservice locally with seamless access to everything in the cloud—speeding up development, improving code quality, and reducing cloud costs.

- [mirrord @ GitHub](https://github.com/metalbear-co/mirrord).

Related contents:

- [Stop Deploying Just To Test! @ MetalBear](https://metalbear.co/blog/stop-deploying-to-test/).]]>
            </summary>
            <updated>2025-08-28T17:09:52+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/690</id>
            <title type="text"><![CDATA[Linux Integration Services Automation (LISA)]]></title>
            <link rel="alternate" href="https://mslisa.readthedocs.io/en/main/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/690"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[LISA is developed and maintained by Microsoft, to empower Linux validation.
Linux Integration Services Automation (LISA) is a Linux quality validation system, which consists of two parts：

- A test framework to drive test execution.
- A set of test suites to verify Linux kernel/distribution quality.

- [Linux Integration Services Automation (LISA) @ GitHub](https://github.com/microsoft/lisa).]]>
            </summary>
            <updated>2025-08-28T17:54:11+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/740</id>
            <title type="text"><![CDATA[Semantic Unit Testing]]></title>
            <link rel="alternate" href="https://github.com/alexmolas/suite" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/740"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Semantic unit testing is a testing approach that evaluates whether a function&amp;#039;s implementation aligns with its documented behavior. The code is analyzed using LLMs to assess whether the implementation matches the expected behavior described in the docstring.

Related contents:

- [Semantic Unit Testing @ Alex Molas](https://www.alexmolas.com/2025/04/09/semantic-unit-testing.html).]]>
            </summary>
            <updated>2025-08-28T18:02:16+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/741</id>
            <title type="text"><![CDATA[WP API Explorer]]></title>
            <link rel="alternate" href="https://wpapiexplorer.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/741"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[WordPress REST API Testing Tool.

Discover and test WordPress REST API endpoints.]]>
            </summary>
            <updated>2025-08-28T18:02:17+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/795</id>
            <title type="text"><![CDATA[🚀 operative.sh web-eval-agent MCP Server]]></title>
            <link rel="alternate" href="https://www.operative.sh/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/795"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[An MCP server that autonomously evaluates web applications. 

Browser Agents to vibe-test your web app. Let browser agents vibe-test your vibe-coding.

10x your vibe coding by giving your coding agent a browser agent that can vibe-test web applications via MCP.

- [web-eval-agent MCP Server @ GitHub](https://github.com/Operative-Sh/web-eval-agent).]]>
            </summary>
            <updated>2025-08-28T18:10:26+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/810</id>
            <title type="text"><![CDATA[Magnitude]]></title>
            <link rel="alternate" href="https://magnitude.run/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/810"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Open source, AI-native testing framework for web apps.

End-to-end testing framework powered by visual AI agents that see your interface and adapt to any changes in it.

- [Magnitude @ GitHub](https://github.com/magnitudedev/magnitude).]]>
            </summary>
            <updated>2025-08-28T18:12:23+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/939</id>
            <title type="text"><![CDATA[tox]]></title>
            <link rel="alternate" href="https://tox.wiki/en/4.25.0/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/939"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[tox aims to automate and standardize testing in Python. It is part of a larger vision of easing the packaging, testing and release process of Python software (alongside pytest and devpi).

- [tox @ GitHub](https://github.com/tox-dev/tox).

Related contents:

- [Tox : Tests Python multi-environnements @ DevSecOps :fr:](https://blog.stephane-robert.info/docs/developper/programmation/python/tests/tox/).]]>
            </summary>
            <updated>2025-08-28T18:34:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/996</id>
            <title type="text"><![CDATA[Hurl]]></title>
            <link rel="alternate" href="https://hurl.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/996"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Hurl, run and test HTTP requests with plain text.

Hurl is a command line tool that runs HTTP requests defined in a simple plain text format.

It can chain requests, capture values and evaluate queries on headers and body response. Hurl is very versatile: it can be used for both fetching data and testing HTTP sessions.

Hurl makes it easy to work with HTML content, REST / SOAP / GraphQL APIs, or any other XML / JSON based APIs.

- [Hurl @ GitHub](https://github.com/Orange-OpenSource/hurl).]]>
            </summary>
            <updated>2025-08-28T18:43:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1050</id>
            <title type="text"><![CDATA[Mockos]]></title>
            <link rel="alternate" href="https://mockos.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1050"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Easier than &amp;quot;sacarse los mockos&amp;quot;.

Create API mocks collaboratively, fully online and with custom code logic.

- [Mockos @ GitHub](https://github.com/undernightcore/mockos).]]>
            </summary>
            <updated>2025-08-28T18:51:44+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1448</id>
            <title type="text"><![CDATA[Laravel Bazooka]]></title>
            <link rel="alternate" href="https://github.com/ludoguenet/laravel-bazooka" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1448"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Inject chaos into your Laravel application with ease!

Laravel Bazooka is a powerful Laravel package that allows you to inject controlled chaos into your application. Whether you&amp;#039;re testing resilience, simulating failures, or just having fun, Bazooka provides a simple and configurable way to disrupt your application&amp;#039;s behavior.

- [Laravel Bazooka: Break Your App Before Production Does 🔫 @ Laravel Jutsu&amp;#039;s YouTube](https://www.youtube.com/watch?v=Q1CJThi2Los ).]]>
            </summary>
            <updated>2025-08-28T19:57:16+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1587</id>
            <title type="text"><![CDATA[pycobertura]]></title>
            <link rel="alternate" href="https://github.com/aconrad/pycobertura" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1587"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[pycobertura is a generic Cobertura report parser. It was also designed to help prevent code coverage from decreasing with the pycobertura diff command: any line changed should be tested and uncovered changes should be clearly visible without letting legacy uncovered code get in the way so developers can focus solely on their changes.]]>
            </summary>
            <updated>2025-08-28T20:20:30+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1588</id>
            <title type="text"><![CDATA[Istanbul]]></title>
            <link rel="alternate" href="https://istanbul.js.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1588"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[a JavaScript test coverage tool.

Istanbul instruments your ES5 and ES2015+ JavaScript code with line counters, so that you can track how well your unit-tests exercise your codebase.

- [Istanbul&amp;#039;s nyc @ GitHub](https://github.com/istanbuljs/nyc).]]>
            </summary>
            <updated>2025-08-28T20:20:30+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1646</id>
            <title type="text"><![CDATA[Hercules]]></title>
            <link rel="alternate" href="https://testzeus.com/hercules" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1646"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Quality Without compromise.
Achieve effortless quality with zero coding, zero maintenance, and the autonomous power of the world&amp;#039;s first open-source testing agent.

 Welcome to Hercules, the world&amp;#039;s first open-source testing agent that&amp;#039;s here to lift your testing burdens with the strength of a mythological hero. 

- [Hercules @ GitHub](https://github.com/test-zeus-ai/testzeus-hercules).]]>
            </summary>
            <updated>2025-08-28T20:31:37+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1746</id>
            <title type="text"><![CDATA[Antithesis]]></title>
            <link rel="alternate" href="https://antithesis.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1746"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[autonomous software testing.

Antithesis is a continuous reliability platform that autonomously searches for problems in your software within a simulated environment. Every problem we find can be perfectly reproduced, allowing for efficient debugging of even the most complex problems.

Related contents:

- [Episode \#626: Turso is rewriting SQLite in Rust @ Changelog Interviews](https://changelog.com/podcast/626).]]>
            </summary>
            <updated>2025-08-28T20:47:50+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1763</id>
            <title type="text"><![CDATA[Requestly]]></title>
            <link rel="alternate" href="https://requestly.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1763"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Powerful API Mocking and Testing Tool

A full suite of tools to create and share API contracts, test APIs, mock them, and integrate them with web and mobile apps with ease.

- [Requestly @ GitHub](https://github.com/requestly/requestly).]]>
            </summary>
            <updated>2025-11-26T13:20:18+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1979</id>
            <title type="text"><![CDATA[FitNesse]]></title>
            <link rel="alternate" href="https://fitnesse.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1979"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The fully integrated standalone wiki and acceptance testing framework.

- [FitNesse @ GitHub](https://github.com/unclebob/fitnesse).]]>
            </summary>
            <updated>2025-08-28T21:26:09+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1980</id>
            <title type="text"><![CDATA[Giskard]]></title>
            <link rel="alternate" href="https://docs.giskard.ai/en/stable/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1980"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[🐢 Open-Source Evaluation &amp;amp; Testing for AI &amp;amp; LLM systems.

The testing framework dedicated to ML models, from tabular to LLMs.
Control risks of performance, bias and security issues in AI systems.

- [Giskard @ GitHub](https://github.com/Giskard-AI/giskard).]]>
            </summary>
            <updated>2025-08-28T21:26:09+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2344</id>
            <title type="text"><![CDATA[Robot Framework]]></title>
            <link rel="alternate" href="https://robotframework.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2344"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Robot Framework is an open source automation framework for test automation and robotic process automation (RPA). It is supported by the Robot Framework Foundation and widely used in the industry.

Its human-friendly and versatile syntax uses keywords and supports extending through libraries in Python, Java, and other languages.

It integrates with other tools for comprehensive automation without licensing fees, bolstered by a rich community with hundreds of 3rd party libraries.

- [Robot Framework @ GitHub](https://github.com/robotframework/robotframework).
- [Ép 19 : Plongée dans l&amp;#039;univers de la qualité logicielle avec Jean-François Fresi @ Nom d&amp;#039;un Pipeline ! :fr:](https://www.nomdunpipeline.com/episode/ep-19-plongee-dans-lunivers-de-la-qualite-logicielle).]]>
            </summary>
            <updated>2025-08-28T22:26:46+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2345</id>
            <title type="text"><![CDATA[Smartesting]]></title>
            <link rel="alternate" href="https://www.smartesting.com/en/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2345"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Build High-Quality Software with AI‑Powered Testing.

Empowering your testing journey with precision and efficiency.
Our AI-augmented tools ensure not just excellence but also the ability to deliver high-quality software at scale.

- [Ép 19 : Plongée dans l&amp;#039;univers de la qualité logicielle avec Jean-François Fresi @ Nom d&amp;#039;un Pipeline ! :fr:](https://www.nomdunpipeline.com/episode/ep-19-plongee-dans-lunivers-de-la-qualite-logicielle).]]>
            </summary>
            <updated>2025-08-28T22:26:47+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2471</id>
            <title type="text"><![CDATA[Idle]]></title>
            <link rel="alternate" href="https://github.com/spurin/idle" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2471"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Idle: The Chillest Container You&amp;#039;ll Ever Run 💤.

 📦 Idle is a minimalist container designed to do nothing but idle indefinitely.

Idle is written in minimalist C. It includes graceful handling of SIGINT/SIGTERM signals for a clean shutdown, ensuring it&amp;#039;s a well-behaved citizen in your Kubernetes cluster.]]>
            </summary>
            <updated>2025-08-28T22:48:58+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2543</id>
            <title type="text"><![CDATA[Dev Proxy]]></title>
            <link rel="alternate" href="https://learn.microsoft.com/en-us/microsoft-cloud/dev/dev-proxy/overview" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2543"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Dev Proxy is an API simulator that helps you effortlessly test your app beyond the happy path.

You test your app to make sure it works as intended. But what if the APIs you use fail? Will your app lose your customer&amp;#039;s data? How do you test for this? Simulating API failures is hard. You end up writing code that you won&amp;#039;t be shipping or worse: not testing at all. That&amp;#039;s why we built Dev Proxy, to simulate API errors so that you can easily test your app without changing your code.

- [Dev Proxy @ GitHub](https://github.com/microsoft/dev-proxy).
- [DevProxy 0.22 Improves API Permission Checks @ InfoQ](https://www.infoq.com/news/2024/11/devproxy-api-checks/).]]>
            </summary>
            <updated>2025-08-28T23:01:05+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3220</id>
            <title type="text"><![CDATA[kdoctor]]></title>
            <link rel="alternate" href="https://kdoctor-io.github.io/kdoctor/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3220"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[data plane testing utility of cloud native.

kdoctor is a Kubernetes data plane testing component that conducts functional and performance tests on clusters using proactive pressure injection. It addresses the operational needs of network, storage, and applications by adopting a cloud-native approach based on extensive research and abstraction. With its CRD design, kdoctor can seamlessly integrate with observability components.

- [kdoctor @ GitHub](https://github.com/kdoctor-io/kdoctor).]]>
            </summary>
            <updated>2025-08-29T00:52:49+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3308</id>
            <title type="text"><![CDATA[Donobu]]></title>
            <link rel="alternate" href="https://www.donobu.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3308"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Automate dogfoodingfor your team.  Get more eyes on your web app.
Testing your product is now just a simple command away. Get more eyes on your website. Ship with confidence.

Donobu simplifies automation through intuitive prompts, getting you started in no time.]]>
            </summary>
            <updated>2025-08-29T01:08:54+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3549</id>
            <title type="text"><![CDATA[GNS3]]></title>
            <link rel="alternate" href="https://www.gns3.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3549"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The software that empowers network professionals.

Build, Design and Test your network in a risk-free virtual environment and access the largest networking community to help. Whether you are studying for your first networking exam or building out a state-wide telecommunications network, GNS3 offers an easy way to design and build networks of any size without the need for hardware. And the best part is it&amp;#039;s free!

- [GNS3 @ GitHub](https://github.com/GNS3).
- [Introduction à GNS3 : installation étape par étape pour bien débuter @ IT Connect :fr:](https://www.it-connect.fr/introduction-a-gns3-installation-etape-par-etape-pour-bien-debuter/).]]>
            </summary>
            <updated>2025-08-29T01:49:12+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3572</id>
            <title type="text"><![CDATA[phpspec]]></title>
            <link rel="alternate" href="https://phpspec.net/en/stable/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3572"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[SpecBDD Framework for PHP. A php toolset to drive emergent design by specification.

phpspec is a tool which can help you write clean and working PHP code using behaviour driven development or BDD. BDD is a technique derived from test-first development.

- [phpspec @ GitHub](https://github.com/phpspec/phpspec).
- [Les tests automatisés avec phpspec @ Zeste de savoir :fr:](https://zestedesavoir.com/tutoriels/411/les-tests-automatises-avec-phpspec/).]]>
            </summary>
            <updated>2025-08-29T01:53:13+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3805</id>
            <title type="text"><![CDATA[Dioptra]]></title>
            <link rel="alternate" href="https://pages.nist.gov/dioptra/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3805"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Dioptra is a software test platform for assessing the trustworthy characteristics of artificial intelligence (AI). Trustworthy AI is: valid and reliable, safe, secure and resilient, accountable and transparent, explainable and interpretable, privacy-enhanced, and fair - with harmful bias managed1. Dioptra supports the Measure function of the NIST AI Risk Management Framework by providing functionality to assess, analyze, and track identified AI risks.

- [Dioptra @ GitHub](https://github.com/usnistgov/dioptra).]]>
            </summary>
            <updated>2025-08-29T02:30:38+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4037</id>
            <title type="text"><![CDATA[PurpleLab:]]></title>
            <link rel="alternate" href="https://github.com/Krook9d/PurpleLab" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4037"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[PurpleLab is an efficient and readily deployable lab solution, providing a swift setup for cybersecurity professionals to test detection rules, simulate logs, and undertake various security tasks, all accessible through a user-friendly web interface.

- [⭕Envie de manipuler du lab à gogo, alors cette repository devrait vous plaire @ Laurent Minne&amp;#039;s LinkedIn :fr:](https://www.linkedin.com/posts/laurent-minne_security-cybersecurity-purpleteam-activity-7216335289726726144--fnP).]]>
            </summary>
            <updated>2025-08-29T03:09:58+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4120</id>
            <title type="text"><![CDATA[Reqres]]></title>
            <link rel="alternate" href="https://reqres.in/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4120"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Test your front-end against a real API.

A hosted REST-API ready to respond to your AJAX requests.

Reqres simulates real application scenarios. If you want to test a user authentication system, Reqres will respond to a successful login/register request with a token for you to identify a sample user, or with a 403 forbidden response to an unsuccessful login/registration attempt.]]>
            </summary>
            <updated>2025-08-29T03:23:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4137</id>
            <title type="text"><![CDATA[dg/bypass-finals]]></title>
            <link rel="alternate" href="https://github.com/dg/bypass-finals" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4137"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Removes `final` and `readonly` keywords from source code on-the-fly and allows mocking of final methods and classes. It can be used together with any test tool such as PHPUnit or Mockery.]]>
            </summary>
            <updated>2025-08-29T03:26:08+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4164</id>
            <title type="text"><![CDATA[BigTesty]]></title>
            <link rel="alternate" href="https://tosun-si.github.io/bigtesty/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4164"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[BigTesty: integration testing for BigQuery.

BigTesty is a framework that allows to create Integration Tests with BigQuery on a real and short-lived Infrastructure.
Integration and End-to-End tests are a robust way to validate if SQL queries work as expected.
There is no an emulator in this case and the queries are executed directly in the BigQuery Engine.

- [BigTesty @ GitHub](https://github.com/tosun-si/bigtesty).
- [BigTesty: Integration Testing library for BigQuery @ GCP Learning with Mazlum &amp;amp; GroupBees&amp;#039; YouTube](https://www.youtube.com/watch?v=qKup69FOo0s).]]>
            </summary>
            <updated>2025-08-29T03:31:04+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4501</id>
            <title type="text"><![CDATA[Mailpit]]></title>
            <link rel="alternate" href="https://mailpit.axllent.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4501"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[email &amp;amp; SMTP testing tool with API for developers.

Mailpit is a small, fast, low memory, zero-dependency, multi-platform email testing tool &amp;amp; API for developers. It acts as an SMTP server, provides a modern web interface to view &amp;amp; test captured emails, and contains an API for automated integration testing.

- [Mailpit @ GitHub](https://github.com/axllent/mailpit).]]>
            </summary>
            <updated>2025-08-29T04:26:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4515</id>
            <title type="text"><![CDATA[Testcontainers]]></title>
            <link rel="alternate" href="https://testcontainers.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4515"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Testcontainers is an open source framework for providing throwaway, lightweight instances of databases, message brokers, web browsers, or just about anything that can run in a Docker container.

- [Testcontainers @ GitHub](https://github.com/testcontainers/).

Related contents:

- [Test-Driven Development with an LLM for Fun and Profit @ blog.yfzhou](https://blog.yfzhou.fyi/posts/tdd-llm/).
- [What has Docker become? @ Tuan-Anh Tran](https://tuananh.net/2026/01/20/what-has-docker-become/).]]>
            </summary>
            <updated>2026-01-23T16:22:06+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4716</id>
            <title type="text"><![CDATA[LocalStack]]></title>
            <link rel="alternate" href="https://www.localstack.cloud/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4716"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Run Locally, Deploy Globally

Develop and test your AWS applications locally to reduce development time and increase product velocity. Reduce unnecessary AWS spend and remove the complexity and risk of maintaining AWS dev accounts

- [LocalStack @ GitHub](https://github.com/localstack).
- [LocalStack Docs](https://docs.localstack.cloud/).

Related contents:

- [Tester vos déploiements AWS avec localstack @ Culture et Outils DevSecOps :fr:](https://blog.stephane-robert.info/post/devops-local-aws-localstack/).
- [Building &amp;amp; Testing Lambda@Edge Functions with LocalStack @ AWS Fundamentals](https://awsfundamentals.com/blog/localstack-debugging-edge-functions).]]>
            </summary>
            <updated>2026-01-09T15:40:55+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4770</id>
            <title type="text"><![CDATA[pyATS]]></title>
            <link rel="alternate" href="https://developer.cisco.com/pyats/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4770"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Accelerating your DevOps with pyATS &amp;amp; Genie.

pyATS is an end-to-end DevOps automation ecosystem. Agnostic by design, pyATS enable network engineers to automate their day-to-day DevOps activities, perform stateful validation of their device operational status, build a safety-net of scalable, data-driven and reusable tests around their network, and visualize everything in a modern, easy to use dashboard.

- [pyats @ Python Package Index](https://pypi.org/project/pyats/).
- [Networking: How Useful is pyATS in NetDevOps?  @ HackerNoon](https://hackernoon.com/networking-how-useful-is-pyats-in-netdevops).]]>
            </summary>
            <updated>2025-08-29T05:11:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4776</id>
            <title type="text"><![CDATA[Giskard]]></title>
            <link rel="alternate" href="https://www.giskard.ai/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4776"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Open-source Solution for AI Quality.
The testing framework dedicated to ML models, from tabular to LLMs
Scan AI models to detect risks of biases, performance issues and errors. In 4 lines of code. 

- [Giskard @ GitHub](https://github.com/Giskard-AI/giskard).
- [Introduction to Giskard: Open-Source Quality Management for AI Models @ KDnuggets](https://www.kdnuggets.com/2023/11/giskard-introduction-giskard-opensource-quality-management-ai-models).]]>
            </summary>
            <updated>2025-08-29T05:12:58+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4780</id>
            <title type="text"><![CDATA[Mugshot]]></title>
            <link rel="alternate" href="https://nighttrax.github.io/mugshot/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4780"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Framework independent visual testing library.

Mugshot is a node library for doing visual regression testing. The way screenshots are taken, processed, compared and stored is entirely customizable. You can use it to write visual regression tests for websites, mobile apps, native apps etc. Moreover, Mugshot doesn&amp;#039;t impose any preferences on how you write or execute the tests, it just gives you an assertion that you can call however and whenever you want.

- [Mugshot @ GitHub](https://github.com/NiGhTTraX/mugshot).]]>
            </summary>
            <updated>2025-08-29T05:14:58+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5047</id>
            <title type="text"><![CDATA[Playwright]]></title>
            <link rel="alternate" href="https://playwright.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5047"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Playwright enables reliable end-to-end testing for modern web apps.

Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API. Playwright is built to enable cross-browser web automation that is ever-green, capable, reliable and fast.

- [Playwright @ GitHub](https://github.com/microsoft/playwright).

Related contents:

- [Web Scraping with Playwright @ Wanago.io](https://wanago.io/2025/02/24/web-scraping-playwright/).
- [How to Easily Reproduce a Flaky Test in Playwright @ Nicolas Charpentier](https://www.charpeni.com/blog/how-to-easily-reproduce-a-flaky-test-in-playwright).
- [I Want Everything Local — Building My Offline AI Workspace @ InstaVM](https://instavm.io/blog/building-my-offline-ai-workspace).]]>
            </summary>
            <updated>2025-08-29T05:59:21+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5089</id>
            <title type="text"><![CDATA[Alice]]></title>
            <link rel="alternate" href="https://github.com/nelmio/alice" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5089"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Expressive fixtures generator.

Relying on FakerPHP/Faker, Alice allows you to create a ton of fixtures/fake data for use while developing or testing your project. It gives you a few essential tools to make it very easy to generate complex data with constraints in a readable and easy to edit way, so that everyone on your team can tweak the fixtures if needed.

- [AliceBundle @ GitHub](https://github.com/theofidry/AliceBundle).

Related contents:

- [Speed-up database refreshing in PHPUnit tests @ Locastic](https://locastic.com/blog/speed-up-database-refreshing-in-phpunit-tests).]]>
            </summary>
            <updated>2026-03-05T06:49:16+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5289</id>
            <title type="text"><![CDATA[LocalStack]]></title>
            <link rel="alternate" href="https://localstack.cloud/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5289"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A fully functional local cloud stack. Develop and test your cloud and serverless
apps offline!

LocalStack is an easy-to-use test/mocking framework for developing cloud applications. Using LocalStack, you can spin up a local test environment in seconds, and get the same functionality you would get from a real AWS environment.

[LocalStack @ GitHub](https://github.com/localstack).]]>
            </summary>
            <updated>2025-08-29T06:39:43+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5344</id>
            <title type="text"><![CDATA[atoum]]></title>
            <link rel="alternate" href="https://atoum.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5344"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[atoum, the modern, simple and intuitive PHP test framework.

atoum is a simple, modern and intuitive unit testing framework for PHP! It is completely standalone, everything is available and works out of the box. 

[atoum @ GitHub](https://github.com/atoum/atoum).]]>
            </summary>
            <updated>2025-08-29T06:47:49+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5346</id>
            <title type="text"><![CDATA[GNS3]]></title>
            <link rel="alternate" href="https://gns3.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5346"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[GNS3 allows to emulate, configure, test and troubleshoot virtual and real networks. GNS3 allows you to run a small topology consisting of only a few devices on your laptop, to those that have many devices hosted on multiple servers or even hosted in the cloud.]]>
            </summary>
            <updated>2025-08-29T06:47:49+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5361</id>
            <title type="text"><![CDATA[GoReplay]]></title>
            <link rel="alternate" href="https://goreplay.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5361"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[test your system with real data.

GoReplay is an innovative open-source solution which allows you to capture your existing users activity and re-use it for testing your application. With GoReplay you can perform shadowing, load testing, or detailed analysis and monitoring.

Gor is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.

- [GoReplay @ GitHub](https://github.com/buger/goreplay)]]>
            </summary>
            <updated>2026-01-19T12:56:35+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5377</id>
            <title type="text"><![CDATA[Testing Library]]></title>
            <link rel="alternate" href="https://testing-library.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5377"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Simple and complete testing utilities that encourage good testing practices]]>
            </summary>
            <updated>2025-08-29T06:52:50+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5477</id>
            <title type="text"><![CDATA[cypress.io]]></title>
            <link rel="alternate" href="https://www.cypress.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5477"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[JavaScript Web Testing and Component Testing Framework. Test. Automate. Accelerate.

With Cypress, you can easily create tests for your modern web applications, debug them visually, and automatically run them in your continuous integration builds.

- [cypress @ GitHub](https://github.com/cypress-io/cypress).
- [As a Google Web Developer, I’d like to introduce my top 5 go-to tools @ Shemika Donalene&amp;#039;s dev.to](https://dev.to/shemika_donalene/as-a-google-web-developer-id-like-to-introduce-my-top-5-go-to-tools-2pcf).]]>
            </summary>
            <updated>2025-08-29T07:09:57+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5488</id>
            <title type="text"><![CDATA[Infection PHP]]></title>
            <link rel="alternate" href="https://infection.github.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5488"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[PHP Mutation Testing Framework.

Mutation Testing is a fault-based testing technique which provides a testing criterion called the Mutation Score Indicator (MSI). The MSI can be used to measure the effectiveness of a test set in terms of its ability to detect faults.]]>
            </summary>
            <updated>2025-08-29T07:12:03+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5523</id>
            <title type="text"><![CDATA[SpecFlow]]></title>
            <link rel="alternate" href="https://specflow.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5523"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[BDD Framework for .NET.

Enhance your automated tests The free &amp;amp; open source BDD-Framework for .NET

[SpecFlow @ GitHub](https://github.com/SpecFlowOSS/)]]>
            </summary>
            <updated>2025-08-29T07:17:05+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5995</id>
            <title type="text"><![CDATA[Hypothesis]]></title>
            <link rel="alternate" href="https://hypothesis.works/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5995"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Most testing is ineffective.

Hypothesis is a new generation of tools for automating your testing process. It combines human understanding of your problem domain with machine intelligence to improve the quality of your testing process while spending less time writing tests.

- [Hypothesis @ GitHub](https://github.com/HypothesisWorks/hypothesis).

Related contents:

- [Hypothesis, Antithesis, synthesis @ Antithesis&amp;#039; Blog](https://antithesis.com/blog/2026/hegel/).
- [Techniques for better software testing @ antithesis](https://antithesis.com/docs/resources/testing_techniques/).]]>
            </summary>
            <updated>2026-05-14T07:24:33+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6086</id>
            <title type="text"><![CDATA[Crusher]]></title>
            <link rel="alternate" href="https://github.com/crusher-dev/crusher" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6086"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[🧙‍♀️ Fast low-code testing — create, run tests and get alerts ⏱️ Create test in &amp;lt;60 secs 👉 Better open source alternative to selenium, cypress and puppeteer.
Crusher is a new fast testing framework, it&amp;#039;s opinionated and takes a low-code first approach. Create tests by browsing your website and adding assertion when needed.]]>
            </summary>
            <updated>2025-08-29T08:52:50+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6241</id>
            <title type="text"><![CDATA[LambdaTest]]></title>
            <link rel="alternate" href="https://www.lambdatest.com/?fp_ref=vincent78" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6241"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Most Powerful Cross Browser Testing Tool Online.
Cross Browser Testing Cloud.
Browser &amp;amp; app testing cloud to perform both exploratory and automated testing across 3000+ different browsers, real devices and operating systems.]]>
            </summary>
            <updated>2025-08-29T09:17:07+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6298</id>
            <title type="text"><![CDATA[Appium: Mobile App Automation Made Awesome.]]></title>
            <link rel="alternate" href="https://appium.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6298"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Automation for Apps
Appium is an open source test automation framework for use with native, hybrid and mobile web apps.
It drives iOS, Android, and Windows apps using the WebDriver protocol.]]>
            </summary>
            <updated>2025-08-29T09:27:08+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6338</id>
            <title type="text"><![CDATA[Monkeyble]]></title>
            <link rel="alternate" href="https://github.com/HewlettPackard/monkeyble" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6338"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[End-to-end testing framework for Ansible.
Monkeyble is a callback plugin for Ansible that allow to execute end-to-end tests on Ansible playbooks with a Pythonic testing approach.]]>
            </summary>
            <updated>2025-08-29T09:33:18+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6490</id>
            <title type="text"><![CDATA[Packet Loss Test]]></title>
            <link rel="alternate" href="https://packetlosstest.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6490"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Test Your Connection Quality.
This site uses cutting-edge WebRTC technology to check your Internet connection&amp;#039;s packet loss, latency, and latency jitter in your browser for free. These problems can all be caused by various similar issues, which hopefully you will be able to find and fix using this easy way to test for them.]]>
            </summary>
            <updated>2025-08-29T09:58:28+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6508</id>
            <title type="text"><![CDATA[Cerberus Testing]]></title>
            <link rel="alternate" href="https://cerberus-testing.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6508"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Open Source Test Automation Platform.
Accelerate with Test Automation.
Cerberus Testing is the scalable test automation platform for teams searching to accelerate software delivery with confidence.]]>
            </summary>
            <updated>2025-08-29T10:01:35+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6514</id>
            <title type="text"><![CDATA[Bashcov]]></title>
            <link rel="alternate" href="https://github.com/infertux/bashcov" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6514"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Code coverage tool for Bash.
Bashcov is a code coverage analysis tool for Bash.
In most cases, you&amp;#039;ll want overall coverage results for your project from shUnit2, Bats, bash_unit, assert.sh, bashaspec, etc. Bashcov automatically takes care of this by caching and merging results when generating reports, so your report includes coverage across your test suites and thereby gives you a better picture of blank spots.
It uses the SimpleCov coverage library to generate HTML reports. SimpleCov gets installed automatically when you install Bashcov.]]>
            </summary>
            <updated>2025-08-29T10:02:30+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6848</id>
            <title type="text"><![CDATA[Vitest]]></title>
            <link rel="alternate" href="https://vitest.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6848"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A blazing fast unit test framework powered by Vite

[Vitest @ GitHub](https://github.com/vitest-dev/vitest)]]>
            </summary>
            <updated>2025-08-29T10:58:57+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6923</id>
            <title type="text"><![CDATA[snmpsim: SNMP Simulator]]></title>
            <link rel="alternate" href="https://github.com/etingof/snmpsim" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6923"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[This is a pure-Python, open source and free implementation of SNMP agents simulator distributed under 2-clause BSD license.]]>
            </summary>
            <updated>2025-08-29T11:11:05+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7052</id>
            <title type="text"><![CDATA[Mocha]]></title>
            <link rel="alternate" href="https://mochajs.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7052"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[the fun, simple, flexible JavaScript test framework.
Mocha is a feature-rich JavaScript test framework running on Node.js and in the browser, making asynchronous testing simple and fun. Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases. Hosted on GitHub.]]>
            </summary>
            <updated>2025-08-29T11:32:17+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7099</id>
            <title type="text"><![CDATA[OWASP ZAP]]></title>
            <link rel="alternate" href="https://www.zaproxy.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7099"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The world&amp;#039;s most widely used web app scanner. Free and open source. Actively maintained by a dedicated international team of volunteers.

- [ZAP @ GitHub](https://github.com/zaproxy/zaproxy).

Related  contents:

- [Automating OWASP PTK with ZAP (Phase 1) @ ZAP](https://www.zaproxy.org/blog/2026-05-06-automating-owasp-ptk-with-zap-phase-1/).
- [Automating OWASP PTK with ZAP (Phase 2) @ ZAP](https://www.zaproxy.org/blog/2026-06-05-automating-owasp-ptk-with-zap-phase-2/).
- [Building a Scanner and a Community with Zed Attack Proxy - Simon Bennetts - ASW #254  @ YouTube](https://www.youtube.com/watch?v=alIBoz7AooI).
- [Strengthening Your Web Application Security: Integrating OWASP ZAP with GitHub Actions @ System Weakness](https://systemweakness.com/strengthening-your-web-application-security-integrating-owasp-zap-with-github-actions-2c177545f21d).]]>
            </summary>
            <updated>2026-06-11T06:09:27+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7164</id>
            <title type="text"><![CDATA[Selenium IDE]]></title>
            <link rel="alternate" href="https://www.selenium.dev/selenium-ide/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7164"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Open source record and playback test automation for the web]]>
            </summary>
            <updated>2025-08-29T11:51:25+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7234</id>
            <title type="text"><![CDATA[Pest - An elegant PHP Testing Framework]]></title>
            <link rel="alternate" href="https://pestphp.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7234"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Pest is a Testing Framework with a focus on simplicity. It was carefully crafted to bring the joy of testing to PHP. 

- [Pest @ GitHub](https://github.com/pestphp/pest).

Related contents:

- [Pest 4: Modern Browser Testing, Sharding, Visual Diffs &amp;amp; more | Nuno Maduro at Laracon US 2025 @ Laravel&amp;#039;s YouTube](https://www.youtube.com/watch?v=f5gAgwwwwOI).
- [\#118 - Les news sur le développement web et l&amp;#039;IA pour septembre 2025 RC1 @ Double Slash :fr:](https://double-slash.dev/podcasts/sept25-rc1/).]]>
            </summary>
            <updated>2025-10-02T05:48:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8269</id>
            <title type="text"><![CDATA[Cerberus - Outil de testing automatis&amp;amp;#233;]]></title>
            <link rel="alternate" href="http://www.cerberus-testing.org/index.php/fr" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8269"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Test d&amp;#039;applications Web : Cerberus encapsule le moteur Selenium, capable de lancer des tests à partir de réels navigateurs web en executant directement des actions utilisateur.
Test d&amp;#039;applications Back Office de type service ou batch : Definisez vos SQL à lancer.
Test d&amp;#039;infocentres et outils decisionels.]]>
            </summary>
            <updated>2025-08-29T14:56:16+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8291</id>
            <title type="text"><![CDATA[Coveralls]]></title>
            <link rel="alternate" href="https://coveralls.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8291"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Test Coverage History &amp;amp; Statistics
Coveralls works with your continuous integration server to give you test coverage history and statistics. Free for open source, pro accounts for private repos, instant sign up with GitHub OAuth.
We help you deliver code confidently by showing which parts of your code aren’t covered by your test suite. Free for open source repos. Pro accounts for private repos. Instant sign up through GitHub, Bitbucket, and Gitlab.]]>
            </summary>
            <updated>2025-08-29T15:00:16+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8320</id>
            <title type="text"><![CDATA[gremlins.js]]></title>
            <link rel="alternate" href="https://github.com/marmelab/gremlins.js" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8320"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[gremlins.js is a monkey testing library written in JavaScript, for Node.js and the browser. Use it to check the robustness of web applications by unleashing a horde of undisciplined gremlins.]]>
            </summary>
            <updated>2025-08-29T15:04:21+00:00</updated>
        </entry>
    </feed>
