A low-feature, dependency-free and performant test runner inspired by Rust and Deno
Get CI environment variables for parallelizing builds
Automated Test-Driven Development enforcement for Claude Code
Lightweight test/spec execution engine
A CLI tool to bootstrap Ruby on Rails projects using RVM.
A port of Ruby's MiniTest::Unit
> A simple assertion and testing library with only one dependency - [`picocolors`](https://www.npmjs.com/package/picocolors). > Built to be small and easy to include in environments where running a full-fledged test runner may be difficult > to set up.
Download Junit.xml artifacts from buildkite and analyze them
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.2.4.
A Jest runner that runs Ruby minitest tests
The Node.js ⇆ Objective-C bridge
A wonderful unit testing and mocking framework for Javascript and Coffeescript.
Proxy based mock for node and v8
The Node.js ⇆ Objective-C bridge
This project is inspired by Ruby's minispec and Python's minitest.
Deep Rails 8 domain intelligence for AI coding agents — 23 skills for OpenCode
_NOTE: This isn't a real plugin! Copy this sample code and use it to create your own Ruby gem! [Help guide here…](https://www.bridgetownrb.com/docs/plugins)_ 😃
A command-line tool that scans your project or test suites and identifies any skipped tests
Automatically generate comprehensive unit tests from source code with multiple testing framework support
A testing library for JavaScript
The Node.js ⇆ Objective-C bridge
CLI for interacting with NuID libraries and utilities
xUnit style test cases, suites, and runner for Node's assert module.
Bring comments into your [Bridgetown](https://www.bridgetownrb.com) site via Mastodon and the Fediverse!
minitest-macruby provides extensions to minitest for macruby UI testing. It provides a framework to test GUI apps in a live instance. Documentation and examples are light at the moment as I've just thrown this together. Suggestions for extensions are very welcome! Currently it provides the following methods in minitest's assertions: * self.run_macruby_tests * find_ui_menu(*path) * find_ui_menu_items menu * assert_ui_menu menu, *items * find_ui_menu_item(*path) * assert_ui_action obj, target, action, key = nil * assert_ui_binding item, binding_name, target, path
With ruby or macruby test unit or minitest, results are damnly tied to output and you can't get result of a test as an object after its execution and global tests result as an object too. This gem permit to do so, and, have result of a unit test (with minitest testunit and macruby for now but can easily be evolved with ruby. See usage on github repository)