Easy test setup without side effects
Provides "ui" for testing frameworks such as mocha/jasmine which allows to define lazy variables and subjects
Run fiddles from anywhere, on any Electron release
Code coverage for OCaml and Reason
Jest plugins to emulate RSpec syntax and structure.
Floating point binary search
Adds context as an alternative to describe to jest.
Bisect released VS Code builds to find bugs or performance issues similar to what git bisect supports.
Adds a Given-When-Then DSL to jasmine as an alternative style for specs
Distributed test runner using Redis as a work queue. Push file paths to a Redis list, then multiple CI runners atomically steal batches and execute them via a configurable command.
A reimplementation of Python's bisect library in TypeScript.
Super simple DI for JavaScript, targetted mainly at spec test setup
Code coverage for OCaml and Reason
Memoization for Mocha/Jasmine specs (like RSpec's #let)
Get CI environment variables for parallelizing builds
A fork of TestEZ with TypeScript typings
Export Selenium IDE project contents to Ruby RSpec
Provides helpers for testing frameworks such as mocha/jasmine/jest/vitest/bun which allows to define lazy variables and subjects
A comprehensive Model Context Protocol (MCP) server that provides Git repository management capabilities for AI assistants and automation tools. Includes 29 Git operations + 11 workflow combinations with complete CLI alias system and advanced developer pr
Retry a function until or while it passes an assertion
Code coverage for OCaml and Reason
Powerful mathematics and statistics library for JavaScript.
Like git bisect, but for Chrome
jQuery matchers and fixture loader for Jasmine framework
Detect order dependencies in rspec test suites. Also print the minimal set of tests to reproduce the failure(s).
Parallel Tests speeds up your test suite, but it makes it more complicated to diagnose test pollution. This gem provides a rake task for bisecting failed Parallel Tests test suite slices.