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)
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
Retry a function until or while it passes an assertion
jQuery matchers and fixture loader for Jasmine framework
Automated Test-Driven Development enforcement for Claude Code
Like rspec-given, but for Jest (port of jasmine-given)
Ruby app boilerplate based on Ruby Starter Kit (Bundler, Guard, ActiveSupport Logger, Rubocop, RSpec, WebMock, Travis, CodeClimate)
bring rspec-given to JS world, on mocha
Given When Then for Mocha
render readable docs from `rspec` JSON output
Model Context Protocol server providing Better RSpec guidance, examples, and best practices
[](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [](https://gemnasium.com/sharetribe/shar
Adds a Given-When-Then DSL to mocha as an alternative style for specs
Run opal-rspec tests under Karma
Creates an after suite hook in RSpec that dynamically creates and injects a new test case that expects the actual code coverage to be at least the lower limit set in SimpleCov.
Configures RSpec to fail (and exit with with a non-zero exitcode) if the test coverage is below the configured threshold and (optionally) list the lines of code not covered by tests.
A simplecov collator for parallel_rspec
RSpec, Coveralls and Simplecov settings.
Use SimpleCov more easily as an RSpec formatter
Three things: An rspec formatter that triggers libnotify on completion. An rspec formatter that outputs to vim quickfix A simplecov formatter that produces vim markers (+ a vim plugin to load them)
A CLI wrapper around `rails new` that applies preset flags (-d postgresql -T --api --minimal), adds a curated set of gems (RSpec, RuboCop, factory_bot, Bullet, SimpleCov, test-prof), and bootstraps Claude Code slash commands for common development tasks (fix, lint, commit, review-pr, add-tests, code-coverage, docs, deliver).
Assigns a case-insensitive unique three-letter code to each record in a scope, based loosely on some other attribute of the record