# Junit5 Installer Vscode Codex

> Use when Codex needs to help configure Visual Studio Code for JUnit 5 development, execution, debugging, and Codex-driven workflows in a JVM project.

- Skill: `jovd83/junit5-installer-vscode-codex` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jovd83/junit5-installer-vscode-codex`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jovd83/junit5-installer-vscode-codex/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: jovd83 (https://skillmd.com/u/jovd83)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jovd83/junit5-installer-vscode-codex

---


# JUnit 5 VS Code Setup

## 1. Confirm the Project Shape

1. Confirm the repo uses Maven or Gradle.
2. Confirm the expected JDK version.
3. Confirm test dependencies resolve successfully.

## 2. Configure the Workspace

1. Open the repo root, not a detached subfolder.
2. Ensure Java tooling and test execution extensions are active.
3. Let the build tool remain the source of truth for classpath and runner behavior.

## 3. Validate

1. Run one focused test class.
2. Debug one test method.
3. Confirm terminal execution matches IDE execution.
