vscode-test-setup

Community

Automate VS Code extension test environment setup.

Authors-hiraoku
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill streamlines the often complex and time-consuming process of setting up a robust testing environment for VS Code extensions. It automates the configuration of test frameworks, coverage tools, and CI/CD pipelines, allowing developers to focus on writing code rather than infrastructure.

Core Features & Use Cases

  • Test Framework Configuration: Set up Mocha or Jest with TypeScript support for unit and integration testing.
  • Code Coverage Integration: Configure c8 or nyc to track and enforce code coverage thresholds.
  • CI/CD Pipeline Setup: Generate GitHub Actions workflows for automated testing across different OS and VS Code versions.
  • Use Case: Initialize a new VS Code extension project with a complete Mocha-based unit and integration testing setup, including code coverage and a GitHub Actions workflow for continuous testing.

Quick Start

Use the vscode-test-setup skill to generate a new test environment for a VS Code extension project located at './my-extension' using Mocha and c8.

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: vscode-test-setup
Download link: https://github.com/s-hiraoku/vscode-sidebar-terminal/archive/main.zip#vscode-test-setup

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