souvenir
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 7
129 results tagged test  ✕   ✕
Hurl https://hurl.dev/
08/09/2025 cluster icon
  • mountebank : mountebank is the first open source tool to provide cross-platform, multi-protocol test doubles over the wire. Simply point your application under tes...
  • htty : htty is a console application for interacting with web servers. It’s a fun way to explore web APIs and to learn the ins and outs of HTTP.
  • wuzz : Interactive cli tool for HTTP inspection Wuzz command line arguments are similar to cURL's arguments, so it can be used to inspect/modify requests cop...
  • Siege : Siege is an http load testing and benchmarking utility. It was designed to let web developers measure their code under duress, to see how it will stan...
  • Mockbin : Mockbin allows you to generate custom endpoints to test, mock, and track HTTP requests & responses between libraries, sockets and APIs.

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.

cli http test tool api
Testcontainers https://testcontainers.com/
07/11/2024 cluster icon
  • Container Structure Tests : The Container Structure Tests provide a powerful framework to validate the structure of a container image. These tests can be used to check the output...
  • container-diff : container-diff is a tool for analyzing and comparing container images. container-diff can examine images along several different criteria, including: ...
  • Hadolint : A smarter Dockerfile linter that helps you build best practice Docker images. The linter is parsing the Dockerfile into an AST and performs rules on t...
  • Telepresence : Telepresence, in conjunction with a containerized development environment, gives the developer a fast development workflow in developing a multi-conta...
  • Drone : Drone is an open source Continuous Delivery platform that automates your testing and release workflows. It is built on container technology. Every bui...

Testcontainers is an open source library for providing throwaway, lightweight instances of databases, message brokers, web browsers, or just about anything that can run in a Docker container.

test docker container tool
Flashlight https://github.com/bamlab/flashlight
11/07/2023 cluster icon
  • boomerang : boomerang is a piece of javascript that you add to your web pages, where it measures the performance of your website from your end user's point of vie...
  • SPOFCheck : A CLI tool for detecting frontend SPOF, mainly blocking scripts and CSS
  • tracing-framework : Rich tools for instrumenting, analyzing, and visualizing web apps.
  • Sitespeed.io : Sitespeed.io is an open source tool that helps you analyze and optimize your website speed and performance based on performance best practices. It col...
  • CodeceptJS : CodeceptJS is a new testing framework for end-to-end testing with WebDriver (or others). It abstracts browser interaction to simple steps that are wri...

Flashlight takes inspiration from Lighthouse and gives a performance score to your Android apps (including native, React Native and Flutter). Measure performance on CLI, Flipper or via E2E tests.

android performance test
Gitleaks https://github.com/gitleaks/gitleaks
23/05/2023 cluster icon
  • TruffleHog : TruffleHog is an open-source SAST (static application security testing) tool for detecting secrets in various sources. While GitHub and GitLab reposit...
  • Lynis : Lynis is a battle-tested security tool for systems running Linux, macOS, or Unix-based operating system. It performs an extensive health scan of your ...
  • Pyre : Pyre is a performant type checker for Python compliant with PEP 484. Pyre can analyze codebases with millions of lines of code incrementally – providi...
  • WebScarab : WebScarab is a framework for analysing applications that communicate using the HTTP and HTTPS protocols.
  • Lighthouse : Lighthouse is an open-source, automated tool for improving the quality of web pages. You can run it against any web page, public or requiring authenti...
thumbnail

Gitleaks is an open-source SAST (static application security testing) command line tool for detecting and preventing hardcoded secrets like passwords, API keys and tokens in Git repositories. It can be used as a Git pre-commit hook or in the CI/CD pipeline.

opensource staticanalysis security test tool
TruffleHog https://github.com/trufflesecurity/trufflehog
23/05/2023 cluster icon
  • Gitleaks : Gitleaks is an open-source SAST (static application security testing) command line tool for detecting and preventing hardcoded secrets like passwords,...
  • Lynis : Lynis is a battle-tested security tool for systems running Linux, macOS, or Unix-based operating system. It performs an extensive health scan of your ...
  • GrumPHP : Sick and tired of defending code quality over and over again? GrumPHP will do it for you! This composer plugin will register some git hooks in your pa...
  • OpenVAS : OpenVAS is a full-featured vulnerability scanner. Its capabilities include unauthenticated testing, authenticated testing, various high level and low ...
  • Kali Linux : Penetration Testing Linux OS containing tools to test the security of system or a network.
thumbnail

TruffleHog is an open-source SAST (static application security testing) tool for detecting secrets in various sources. While GitHub and GitLab repositories are the most popular use cases, it can also be used to scan cloud storage buckets like S3 and GCS, local files and directories and CircleCI logs. Developers can set up TruffleHog as a pre-commit hook or scan the history of existing repositories in an entire GitHub organization to detect secrets.

opensource staticanalysis security test tool
Maestro https://maestro.mobile.dev/
02/11/2022 cluster icon
  • Appium : Appium is an open source test automation framework for use with native, hybrid and mobile web apps. It drives iOS and Android apps using the WebDriver...
  • Buildbot : Buildbot is an open-source framework for automating software build, test, and release processes.
  • Bitrise - Mobile Continuous Integration and Delivery : Mobile Continuous Integration and Delivery (CI/CD) Platform as a Service (PaaS). It is a collection of tools and services to help you with the develop...
  • Chromeless : Chrome automation made simple. Runs locally or headless on AWS Lambda. Chromeless can be used to... Run 1000s of browser integration tests in paralle...
  • Selenium : Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testin...
thumbnail

Maestro is the easiest way to automate UI testing for your mobile app.

mobile ui test automation
CodeceptJS https://codecept.io/
22/11/2021 cluster icon
  • Capacitor : Capacitor is an open source native runtime for building Web Native apps. Create cross-platform iOS, Android, and Progressive Web Apps with JavaScript,...
  • Flutter : Flutter is Google’s mobile UI framework for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing cod...
  • React Native : React Native lets you build mobile apps using only JavaScript. It uses the same design as React, letting you compose a rich mobile UI from declarative...
  • Lottie : Lottie is a library for Android, iOS, Web, and Windows that parses Adobe After Effects animations exported as json with Bodymovin and renders them nat...
  • Sixpack : Sixpack is a language-agnostic ab testing framework Sixpack makes it easy to run A/B tests across multiple web services written in different languages...

CodeceptJS is a new testing framework for end-to-end testing with WebDriver (or others). It abstracts browser interaction to simple steps that are written from a user perspective. It can also be used for Mobile testing

web ios android integrationtest framework test
Mock Service Worker https://mswjs.io/
07/11/2021 cluster icon
  • mountebank : mountebank is the first open source tool to provide cross-platform, multi-protocol test doubles over the wire. Simply point your application under tes...
  • Vcr : Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
  • Smocker : Smocker (server mock) is a simple and efficient HTTP mock server. Smocker exposes a configuration user interface and a configuration api to register n...
  • Pact : Fast, easy and reliable testing for integrating web apps, APIs and microservices. Pact is a code-first tool for testing HTTP and message integrations ...
  • vegeta : Vegeta is a versatile HTTP load testing tool built out of a need to drill HTTP services with a constant request rate. It can be used both as a command...
thumbnail

Mock by intercepting requests on the network level. Seamlessly reuse the same mock definition for testing, development, and debugging.

http test mock tool
Pact https://pact.io/
07/11/2021 cluster icon
  • GoReplay : GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with r...
  • mountebank : mountebank is the first open source tool to provide cross-platform, multi-protocol test doubles over the wire. Simply point your application under tes...
  • hurl.it : Hurl.it makes HTTP requests. Choose the request method, customize headers and POST parameters, add basic authorization or OAuth credentials, and even ...
  • vegeta : Vegeta is a versatile HTTP load testing tool built out of a need to drill HTTP services with a constant request rate. It can be used both as a command...
  • httpbin : Testing an HTTP Library can become difficult sometimes. PostBin.org is fantastic for testing POST requests, but not much else. This exists to cover al...
thumbnail

Fast, easy and reliable testing for integrating web apps, APIs and microservices. Pact is a code-first tool for testing HTTP and message integrations using contract tests. Contract tests assert that inter-application messages conform to a shared understanding that is documented in a contract. Without contract testing, the only way to ensure that applications will work correctly together is by using expensive and brittle integration tests.

test tool http microservice
Micoo https://github.com/Mikuu/Micoo
07/11/2021 cluster icon
  • spaceman-diff : diff images from the command line
  • Diffee Checker : Instant visual diffing with CSS blend modes! Simply enter the sites you want to compare. Locally hosted addresses and files also work (so you can see ...
  • Multicolr Search Lab : We extracted the colors from 20 million Creative Commons images on Flickr to make the images searchable by color.
  • Mock Service Worker : Mock by intercepting requests on the network level. Seamlessly reuse the same mock definition for testing, development, and debugging.
  • Polly.JS : Polly.JS is a standalone, framework-agnostic JavaScript library that enables recording, replaying, and stubbing HTTP interactions. Polly taps into nat...
thumbnail

Micoo is a pixel based screenshots comparison solution for visual regression test

test diff image screenshot
Nx https://nx.dev/
07/11/2021 cluster icon
  • Batect : Batect allows you to define your development tasks (building, running, testing, linting and more) in terms of one or more Docker containers, run those...
  • tox : Command line driven CI frontend and development task automation tool At its core tox povides a convenient way to run arbitrary commands in isolated en...
  • Neutrino : Neutrino is a companion tool which lets you build web and Node.js applications with shared presets or configurations. It intends to make the process o...
  • Snowpack : Snowpack is a better build tool for modern web apps. Snowpack leverages ESM imports in your application to remove all unnecessary bundling work from y...
  • Bazel : Bazel is an open-source build and test tool similar to Make, Maven, and Gradle. It uses a human-readable, high-level build language. Bazel supports pr...
thumbnail

Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and frameworks while providing a distributed graph-based task execution, computation caching, smart rebuilds of affected projects, powerful code generators, editor support, GitHub apps, and more.

javascript build test continuousintegration tool
Batect https://batect.dev/
07/11/2021 cluster icon
  • Nx : Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and...
  • Drone : Drone is an open source Continuous Delivery platform that automates your testing and release workflows. It is built on container technology. Every bui...
  • Lighthouse : Lighthouse is an open-source, automated tool for improving the quality of web pages. You can run it against any web page, public or requiring authenti...
  • Buf : A CLI tool to help working with Protocol Buffers. Buf currently contains: A linter that enforces good API design choices and structure. A breaking ch...
  • Nexus Repository OSS : Give your teams a single source of truth for every component they use. Optimize build performance and reliability by caching proxies of remote reposit...

Batect allows you to define your development tasks (building, running, testing, linting and more) in terms of one or more Docker containers, run those tasks quickly and consistently everywhere, and easily share them with your team.

build test lint docker tools continuousintegration
Smocker https://smocker.dev/
06/09/2020 cluster icon
  • httpbin.org : A simple HTTP Request & Response Service.
  • Mockbin : Mockbin allows you to generate custom endpoints to test, mock, and track HTTP requests & responses between libraries, sockets and APIs.
  • Vcr : Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
  • Mock Service Worker : Mock by intercepting requests on the network level. Seamlessly reuse the same mock definition for testing, development, and debugging.
  • Motty : Motty provides the simpler way to test your client services. It is a web application which gives you ability to create your own custom responses. So y...
thumbnail

Smocker (server mock) is a simple and efficient HTTP mock server. Smocker exposes a configuration user interface and a configuration api to register new mocks.

http test mock server
httpbin.org https://httpbin.org/
01/07/2020 cluster icon
  • mountebank : mountebank is the first open source tool to provide cross-platform, multi-protocol test doubles over the wire. Simply point your application under tes...
  • Mockbin : Mockbin allows you to generate custom endpoints to test, mock, and track HTTP requests & responses between libraries, sockets and APIs.
  • Vcr : Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
  • Webhook Tester : Webhook Tester allows you to easily test webhooks and other types of HTTP requests.
  • Smocker : Smocker (server mock) is a simple and efficient HTTP mock server. Smocker exposes a configuration user interface and a configuration api to register n...

A simple HTTP Request & Response Service.

mock http api test
Bandit https://github.com/PyCQA/bandit
24/06/2020 cluster icon
  • Kali Linux : Penetration Testing Linux OS containing tools to test the security of system or a network.
  • Harpoon : CLI tool for open source and threat intelligence. Harpoon is a tool to automate threat intelligence and open source intelligence tasks. It is written ...
  • Snyk : Snyk helps you use open source and stay secure. Continuously find & fix vulnerabilities in your dependencies.
  • Locust : Locust is an easy-to-use, distributed, user load testing tool. It is intended for load-testing web sites (or other systems) and figuring out how many ...
  • Gitleaks : Gitleaks is an open-source SAST (static application security testing) command line tool for detecting and preventing hardcoded secrets like passwords,...
thumbnail

Bandit is a tool designed to find common security issues in Python code. To do this Bandit processes each file, builds an AST from it, and runs appropriate plugins against the AST nodes. Once Bandit has finished scanning all the files it generates a report.

security python tool test
Bazel https://bazel.build/
24/06/2020 cluster icon
  • Lynis : Lynis is a battle-tested security tool for systems running Linux, macOS, or Unix-based operating system. It performs an extensive health scan of your ...
  • Nx : Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and...
  • Buildbot : Buildbot is an open-source framework for automating software build, test, and release processes.
  • TruffleHog : TruffleHog is an open-source SAST (static application security testing) tool for detecting secrets in various sources. While GitHub and GitLab reposit...
  • Lighthouse : Lighthouse is an open-source, automated tool for improving the quality of web pages. You can run it against any web page, public or requiring authenti...

Bazel is an open-source build and test tool similar to Make, Maven, and Gradle. It uses a human-readable, high-level build language. Bazel supports projects in multiple languages and builds outputs for multiple platforms. Bazel supports large codebases across multiple repositories, and large numbers of users.

opensource build test tool
OpenVAS https://www.openvas.org/
29/04/2020 cluster icon
  • Security Headers : I built securityheaders.io after deploying security headers like CSP and HSTS to my own site. I wanted a quick and easy way to check if other sites we...
  • Lynis : Lynis is a battle-tested security tool for systems running Linux, macOS, or Unix-based operating system. It performs an extensive health scan of your ...
  • Gitleaks : Gitleaks is an open-source SAST (static application security testing) command line tool for detecting and preventing hardcoded secrets like passwords,...
  • sqlmap : sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of databa...
  • Kali Linux : Penetration Testing Linux OS containing tools to test the security of system or a network.

OpenVAS is a full-featured vulnerability scanner. Its capabilities include unauthenticated testing, authenticated testing, various high level and low level Internet and industrial protocols, performance tuning for large-scale scans and a powerful internal programming language to implement any type of vulnerability test.

security scan test tool
Locust https://locust.io/
07/04/2020 cluster icon
  • Locust : A modern load testing framework Define user behaviour with Python code, and swarm your system with millions of simultaneous users.
  • Siege : Siege is an http load testing and benchmarking utility. It was designed to let web developers measure their code under duress, to see how it will stan...
  • Bandit : Bandit is a tool designed to find common security issues in Python code. To do this Bandit processes each file, builds an AST from it, and runs approp...
  • vegeta : Vegeta is a versatile HTTP load testing tool built out of a need to drill HTTP services with a constant request rate. It can be used both as a command...
  • tox : Command line driven CI frontend and development task automation tool At its core tox povides a convenient way to run arbitrary commands in isolated en...
thumbnail

Locust is an easy-to-use, distributed, user load testing tool. It is intended for load-testing web sites (or other systems) and figuring out how many concurrent users a system can handle.

The idea is that during a test, a swarm of locusts will attack your website. The behavior of each locust (or test user if you will) is defined by you and the swarming process is monitored from a web UI in real-time. This will help you battle test and identify bottlenecks in your code before letting real users in.

python load test tool
tox https://tox.readthedocs.io/en/latest/
13/01/2020 cluster icon
  • Bandit : Bandit is a tool designed to find common security issues in Python code. To do this Bandit processes each file, builds an AST from it, and runs approp...
  • Locust : A modern load testing framework Define user behaviour with Python code, and swarm your system with millions of simultaneous users.
  • Locust : Locust is an easy-to-use, distributed, user load testing tool. It is intended for load-testing web sites (or other systems) and figuring out how many ...
  • Lighthouse : Lighthouse is an open-source, automated tool for improving the quality of web pages. You can run it against any web page, public or requiring authenti...
  • Nx : Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and...

Command line driven CI frontend and development task automation tool

At its core tox povides a convenient way to run arbitrary commands in isolated environments to serve as a single entry point for build, test and release activities.

tox is a generic virtualenv management and test command line tool.

python virtualenv continuousintegration test cli tool releasemanagement
Lighthouse https://developers.google.com/web/tools/lighthouse/
07/12/2019 cluster icon
  • tota11y : an accessibility visualization toolkit that aims to reduce the friction of a11y testing
  • SPOFCheck : A CLI tool for detecting frontend SPOF, mainly blocking scripts and CSS
  • YSlow for PhantomJS : YSlow for PhantomJS
  • cAdvisor : cAdvisor (Container Advisor) provides container users an understanding of the resource usage and performance characteristics of their running containe...
  • Nx : Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and...

Lighthouse is an open-source, automated tool for improving the quality of web pages. You can run it against any web page, public or requiring authentication. It has audits for performance, accessibility, progressive web apps, SEO and more.

performance accessibility pwa seo opensource test tool continuousintegration
page 1 / 7
1642 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn