Easy test setup without side effects
Provides "ui" for testing frameworks such as mocha/jasmine which allows to define lazy variables and subjects
Jest plugins to emulate RSpec syntax and structure.
Adds context as an alternative to describe to jest.
Adds a Given-When-Then DSL to jasmine as an alternative style for specs
Super simple DI for JavaScript, targetted mainly at spec test setup
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.
Memoization for Mocha/Jasmine specs (like RSpec's #let)
Retry a function until or while it passes an assertion
jQuery matchers and fixture loader for Jasmine framework
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
Automated Test-Driven Development enforcement for Claude Code
Given When Then for Mocha
Like rspec-given, but for Jest (port of jasmine-given)
bring rspec-given to JS world, on mocha
Declarative JS tests with lazy evaluation using jest.
Shared behaviour helpers
Model Context Protocol server providing Better RSpec guidance, examples, and best practices
Lightweight test/spec execution engine
Given When Then concepts for jest.
Ruby app boilerplate based on Ruby Starter Kit (Bundler, Guard, ActiveSupport Logger, Rubocop, RSpec, WebMock, Travis, CodeClimate)
An RSpec formatter that provides step-like message output
BDD for Ruby
rspec-rails integrates the Rails testing helpers into RSpec.
BDD for Ruby. RSpec runner and example groups.
rspec-expectations provides a simple, readable API to express expected outcomes of a code example.
RSpec's 'test double' framework, with support for stubbing and mocking
Support utilities for RSpec gems
Simple testing of Sidekiq jobs via a collection of matchers and helpers
rspec command for spring
Guard::RSpec automatically run your specs (much like autotest).
RSpec results that your continuous integration service can read.
Collection cardinality matchers, extracted from rspec-expectations