14 repositorios
Automated utilities that compare visual output against expected designs to detect rendering errors or UI regressions.
Explore 14 awesome GitHub repositories matching testing & quality assurance · Visual Testing. Refine with filters or upvote what's useful.
Playwright is a comprehensive browser automation framework designed for end-to-end testing and web workflow automation. It provides a unified API to drive web applications across multiple browser engines, enabling developers to simulate complex user interactions, perform web scraping, and validate application behavior in consistent, isolated environments. The framework distinguishes itself through a web-first testing paradigm that prioritizes stability and resilience. By utilizing an auto-waiting actionability engine and accessibility-tree-based locators, it eliminates common sources of test
Captures visual state as in-memory buffers to facilitate pixel-diffing or programmatic image analysis without disk I/O.
Avalonia is a cross-platform desktop framework that enables the creation of native-feeling applications for Windows, macOS, and Linux from a single codebase. It functions as a declarative UI toolkit, allowing developers to define complex visual hierarchies and interface structures using a markup-based syntax that maps directly to underlying object properties. By utilizing the Model-View-ViewModel architectural pattern, the framework facilitates a clean separation between application logic and user interface layout, which simplifies unit testing and component maintenance. The framework disting
Compares captured bitmaps of rendered frames against baselines to identify layout or styling changes.
This application is a specialized web browser designed to streamline responsive design testing by rendering multiple viewport configurations simultaneously. It functions as a cross-platform testing suite that allows developers to preview and interact with web content across diverse mobile, tablet, and desktop device profiles within a single workspace. The tool distinguishes itself by synchronizing user interactions and application state across all active browser instances. When a user navigates, scrolls, or clicks in one view, these events are broadcast to every other open viewport to ensure
Captures and saves screenshots across multiple device profiles to track design changes and layout status.
This project is a comprehensive knowledge base and educational resource for JavaScript developers, focused on establishing industry-standard methodologies for automated software testing. It provides a structured collection of design patterns and actionable guidelines designed to improve code reliability, maintainability, and overall software quality across the development lifecycle. The repository distinguishes itself by offering a granular, pattern-based approach to testing that spans unit, integration, and end-to-end verification. It emphasizes specific architectural strategies such as comp
Utilizes automated tools to detect visual regressions and layout issues.
ImageMagick is a comprehensive software suite for the creation, editing, composition, and conversion of digital images. It functions as both a command-line utility for batch processing and automation, and as a programming library that allows developers to integrate advanced image manipulation capabilities into external applications. The project is distinguished by its modular architecture, which supports hundreds of image formats through a pluggable coder system and external delegate libraries. It is designed for high-performance environments, utilizing memory-mapped pixel caching, stream-ori
Calculates and visualizes the mathematical or visual variance between two images to identify changes or errors.
PyAutoGUI is a Python GUI automation library and desktop automation framework. It provides a set of tools for programmatically controlling the mouse and keyboard to automate user interface interactions across different operating systems. The project functions as a cross-platform input simulator and computer vision screen scanner. It enables the simulation of keystrokes and cursor movements to perform repetitive tasks and utilizes screen analysis to locate specific images or pixel colors on the display. Its capability surface includes mouse and keyboard input simulation, screen image capture,
Implements automated visual scanning of the screen to verify that the user interface is displaying correctly.
Pest is a testing framework for PHP that provides a comprehensive suite for executing unit, integration, and end-to-end tests. It functions as an automated testing tool that prioritizes developer experience and readability through a concise, expressive syntax for defining test suites. By wrapping an established testing foundation, it maintains compatibility with existing ecosystem tools while offering a specialized interface for writing and organizing automated tests. The framework distinguishes itself through integrated support for parallel test execution, which distributes suites across mul
Generates and compares pixel-level representations of rendered interfaces against baseline images to detect visual regressions.
Karate es un framework de pruebas de API Gherkin y orquestador de pruebas JVM diseñado para la validación de API, automatización de flujos de trabajo y automatización de navegadores. Proporciona un entorno unificado para ejecutar lógica programable en la Java Virtual Machine con procesamiento concurrente seguro para hilos. El proyecto incluye un servidor mock HTTP incorporado para simular el comportamiento de la API de backend entregando respuestas dinámicas a las solicitudes interceptadas. También cuenta con una herramienta de pruebas de regresión visual que detecta cambios en la interfaz comparando capturas de pantalla con imágenes base mediante análisis de coincidencia de píxeles. El sistema admite pruebas de carga de API escalando pruebas funcionales a pruebas de rendimiento para identificar cuellos de botella del sistema. Las capacidades adicionales incluyen pruebas de UI de extremo a extremo mediante la automatización de la interacción del navegador y la validación de estructuras de datos para respuestas JSON y XML.
Allows adjusting mismatch thresholds and defining ignore-regions via a browser interface to refine visual test results.
WinMerge is a visual file comparison and merge tool used to identify and synchronize differences between text files, folders, and images. It functions as a diff and patch generator, a visual folder synchronizer, and a hex binary comparator for non-text data. The tool provides specialized comparison modes for diverse content types, including side-by-side webpage rendering for HTML and resource trees, tabular data analysis for delimited files in a grid view, and visual image comparison using overlays and animations. It also supports comparing the contents of compressed archives without manual e
Detects pixel-level changes between images using overlays and blinking animations.
BackstopJS es un framework de pruebas de captura de pantalla automatizadas y una herramienta de regresión visual diseñada para identificar discrepancias a nivel de píxel entre diferentes versiones de una aplicación web. Funciona como una suite de pruebas de automatización de navegador que captura instantáneas visuales de una interfaz de usuario y las compara con imágenes de referencia almacenadas para detectar cambios no deseados. El proyecto utiliza un entorno de pruebas contenedorizado mediante Docker para garantizar un renderizado de navegador consistente y evitar discrepancias visuales entre plataformas. Incluye una interfaz web de comparación (diffing) que permite a los usuarios analizar diferencias visuales y aprobar capturas de pantalla de referencia actualizadas a través de un panel interactivo. El framework proporciona capacidades para la automatización de la interacción con el navegador, incluida la capacidad de simular secuencias de usuario, preparar estados de página y controlar el tiempo de captura. Admite la captura dirigida de elementos DOM específicos, el enmascaramiento de elementos basado en selectores CSS para evitar falsos positivos y umbrales de discrepancia de píxeles configurables para determinar fallos en las pruebas. La herramienta genera informes HTML estáticos y exporta resultados en formatos adecuados para la integración con sistemas de CI/CD.
Utilizes a containerized setup to execute visual tests that compare rendered output against expected designs.
gm is a JavaScript image processing library and Node.js manipulation tool that serves as a programmatic wrapper for the GraphicsMagick engine. It translates JavaScript method calls into shell commands to automate the resizing, cropping, and transformation of images. The library provides an interface to execute specific GraphicsMagick operations while allowing raw command passthrough for custom arguments or engine features not covered by the standard API. Its capabilities cover geometric manipulation, color and tone adjustment, and image quality optimization. It includes tools for image compo
Provides utilities for analyzing and diffing visual assets to detect pixel-level changes.
pixelmatch is a JavaScript image comparison library and pixel-level difference detector. It identifies mismatched pixels between image data arrays and quantifies the differences based on a configurable sensitivity threshold. The tool generates visual difference maps that highlight specific pixel changes for manual review. It includes a command-line interface for comparing image files and exporting the resulting difference maps to the file system. The project provides capabilities for automated image analysis and visual regression testing, utilizing anti-aliasing heuristic filtering to ignore
Provides utilities for analyzing and diffing visual assets to detect pixel-level changes between versions.
WebDriverAgent is an on-device control agent and automation server that implements the WebDriver protocol for iOS devices. It serves as a bridge that enables the remote control of applications and the operating system on physical iOS devices and simulators for automated testing. The project provides a UI testing framework capable of interacting with on-screen elements, capturing screenshots, and simulating user gestures. It translates remote commands into native system calls to interact with the iOS accessibility hierarchy. The server covers a broad range of device orchestration and UI autom
Captures the current display frame buffer and encodes it as an image for remote visual verification.
jest-image-snapshot is a Node.js image testing library and visual comparison engine designed for visual regression testing within Jest. It provides a custom matcher to compare current images against baseline snapshots to identify pixel differences. The tool generates image diffs that highlight specific divergences between baseline and received snapshots. It includes mechanisms to update baseline images when changes are approved and allows for sensitivity tuning via pixel count, percentage thresholds, or blur to ignore noise. The library covers image snapshot management, including custom stor
Provides interfaces for adjusting mismatch thresholds and applying blur to ignore visual noise.