nextest-scripts

Community

Automate cargo nextest with wrappers and setups.

Authorfasterthanlime
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill configures cargo nextest with wrapper scripts (for valgrind, resource limits, profiling) and setup scripts (fixtures, services) to streamline test instrumentation and environment prep.

Core Features & Use Cases

  • Wrapper Scripts: wrap test binaries for instrumentation, resource limits, or debugging.
  • Setup Scripts: run pre-test services, fixtures, and environment preparation steps.
  • Profile Configurations: define default and CI-specific profiles to automate test runs.

Quick Start

Create a project-level .config/nextest.toml and configure wrappers and setups per the examples, then run: cargo nextest run --profile instrumented -p <pkg> test_name

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: nextest-scripts
Download link: https://github.com/fasterthanlime/.claude/archive/main.zip#nextest-scripts

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository