awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
marmelab avatar

marmelab/gremlins.js

0
View on GitHub↗
9,080 estrellas·426 forks·JavaScript·mit·6 vistasmarmelab.com/blog/2020/06/02/gremlins-2.html↗

Gremlins.js

gremlins.js is a JavaScript stress testing framework and web UI monkey testing library. It functions as a browser chaos testing tool that automates random interactions with DOM elements to identify stability issues, unexpected crashes, and edge-case bugs in web applications.

The tool utilizes a seeded-random interaction engine to ensure test sequence repeatability, allowing specific failure sequences to be recreated for debugging. It supports the definition of custom interaction rules and pluggable strategies to target specific application behaviors through weighted-probability action dispatching.

The framework includes capabilities for frontend performance monitoring, tracking frame rates and logging errors during simulated stress. It further provides mechanisms for concurrent stress distribution and an automatic simulation termination system that halts execution when defined error or lag thresholds are reached.

Features

  • Automated UI Bug Hunting - Executes chaotic patterns of clicks and typing to find stability issues and failures that standard scripted tests miss.
  • Monkey Testing - Implements a web UI monkey testing library that automates random interactions to stress test application robustness.
  • Chaos Engineering - Triggers random user interactions as a form of chaos engineering to uncover unexpected crashes and edge-case bugs.
  • Interaction Strategies - Allows the definition of custom, pluggable simulation functions to target specific application behaviors.
  • Seeding Utilities - Uses deterministic seeding to generate repeatable sequences of chaotic user inputs for debugging purposes.
  • Deterministic Test Sequences - Utilizes a seeded-random engine to ensure chaotic interaction sequences are repeatable for debugging and verification.
  • Deterministic Simulation Workflows - Uses seeded random interactions to recreate specific failure sequences for debugging and verification purposes.
  • Chaotic - Provides automated random clicks, touches, and typing to discover stability issues and crashes in web interfaces.
  • Stress Testing Frameworks - Provides a framework for simulating chaotic user interactions to test the robustness and performance of JavaScript applications.
  • Monkey Testing Libraries - Automates random interactions with DOM elements to find stability issues through exhaustive input simulation.
  • Chaos Testing Tools - Triggers random clicks and inputs in web browsers to uncover unexpected crashes and edge-case bugs.
  • UI - Simulates high volumes of concurrent inputs to test the robustness and stability of a user interface.
  • Simulation Rules - Provides a system for defining custom simulation functions to target specific application behaviors not covered by defaults.
  • Client-Side Stress Distribution - Allows simulating high volumes of concurrent inputs by grouping actions and executing them in bursts.
  • Performance Threshold Enforcement - Automatically terminates simulation sequences when real-time performance metrics hit defined error or lag thresholds.
  • Application Performance Monitoring - Tracks frame rates and logs errors when simulated interactions cause performance to drop.
  • Frame Rate Monitors - Tracks frame rates and logs errors during simulated stress to identify frontend performance degradation.
  • Interaction Attack Strategies - Controls the frequency and order of simulated interactions using custom delays and probability weights to mimic user behaviors.
  • Concurrent Input Bursts - Provides the ability to execute multiple simultaneous interactions to test system limits via high-frequency input bursts.
  • Weighted Action Dispatching - Selects simulation tasks based on assignable weights and custom delays to mimic specific human behavior patterns.

Historial de estrellas

Gráfico del historial de estrellas de marmelab/gremlins.jsGráfico del historial de estrellas de marmelab/gremlins.js

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace marmelab/gremlins.js?

gremlins.js is a JavaScript stress testing framework and web UI monkey testing library. It functions as a browser chaos testing tool that automates random interactions with DOM elements to identify stability issues, unexpected crashes, and edge-case bugs in web applications.

¿Cuáles son las características principales de marmelab/gremlins.js?

Las características principales de marmelab/gremlins.js son: Automated UI Bug Hunting, Monkey Testing, Chaos Engineering, Interaction Strategies, Seeding Utilities, Deterministic Test Sequences, Deterministic Simulation Workflows, Chaotic.

¿Qué alternativas de código abierto existen para marmelab/gremlins.js?

Las alternativas de código abierto para marmelab/gremlins.js incluyen: uptrace/uptrace — Uptrace is an OpenTelemetry-based observability platform designed to collect, store, and analyze distributed traces,… metrics-rs/metrics — This project is a unified observability framework for Rust applications, designed to capture, aggregate, and report… openzipkin/zipkin — Zipkin is an open-source distributed tracing system designed to collect, store, and visualize timing data across… aws-powertools/powertools-lambda-python — AWS Powertools for Python is a utility framework designed for building production-ready Python functions on AWS… day8/re-frame — re-frame is a functional framework for building single-page applications in ClojureScript. It provides a centralized,… faker-ruby/faker — Faker is a Ruby library used to generate randomized, realistic placeholder information for testing and development. It…

Alternativas open-source a Gremlins.js

Proyectos open-source similares, clasificados según cuántas características comparten con Gremlins.js.
  • uptrace/uptraceAvatar de uptrace

    uptrace/uptrace

    4,098Ver en GitHub↗

    Uptrace is an OpenTelemetry-based observability platform designed to collect, store, and analyze distributed traces, metrics, and logs. It functions as a centralized logging backend, a distributed tracing system, and a metrics engine to monitor application performance and system health. The platform is distinguished by AI-powered operational capabilities, allowing users to query telemetry data and manage monitoring dashboards using natural language. It specifically includes specialized monitoring for generative AI pipelines, tracking token usage and response quality for LLM interactions and r

    Goapmapplication-monitoringclickhouse
    Ver en GitHub↗4,098
  • metrics-rs/metricsAvatar de metrics-rs

    metrics-rs/metrics

    1,422Ver en GitHub↗

    This project is a unified observability framework for Rust applications, designed to capture, aggregate, and report performance telemetry. It provides a comprehensive toolkit for instrumenting code to track counters, gauges, and histograms, enabling developers to monitor application health and operational performance through a standardized interface. The library distinguishes itself by decoupling instrumentation sites from specific backend implementations through a global registry and trait-based abstractions. This architecture allows developers to swap telemetry exporters at runtime without

    Rustmetricsrust-langtelemetry
    Ver en GitHub↗1,422
  • openzipkin/zipkinAvatar de openzipkin

    openzipkin/zipkin

    17,431Ver en GitHub↗

    Zipkin is an open-source distributed tracing system designed to collect, store, and visualize timing data across complex service architectures. It provides a platform for monitoring request lifecycles, enabling developers to identify latency bottlenecks and performance issues by tracking operations as they move through heterogeneous service environments. The system distinguishes itself through a standardized data model and a pluggable storage architecture that supports various backend databases. It utilizes sampling strategies to manage telemetry volume and employs asynchronous collection met

    Javadistributed-tracingobservabilityopenzipkin
    Ver en GitHub↗17,431
  • aws-powertools/powertools-lambda-pythonAvatar de aws-powertools

    aws-powertools/powertools-lambda-python

    3,267Ver en GitHub↗

    AWS Powertools for Python is a utility framework designed for building production-ready Python functions on AWS Lambda. It provides a comprehensive suite of tools for observability, event parsing, routing, and idempotency management to streamline the development of serverless applications. The project distinguishes itself through specialized capabilities for event-driven architectures and AI agent orchestration. It enables the implementation of AI agents by exposing functions as tools via OpenAPI schemas and managing conversation states. Additionally, it features an idempotency library that p

    Pythonawsaws-lambdalambda
    Ver en GitHub↗3,267
Ver las 30 alternativas a Gremlins.js→