# Junit5 Installer Intellij Junie

> Use when Codex needs to help configure IntelliJ IDEA for JUnit 5 development, execution, debugging, and Junie-style workflows in a JVM project.

- Skill: `jovd83/junit5-installer-intellij-junie` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jovd83/junit5-installer-intellij-junie`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jovd83/junit5-installer-intellij-junie/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-intellij-junie

---


# JUnit 5 IntelliJ Setup

## 1. Confirm the Project Shape

1. Confirm the repo imports cleanly as Maven or Gradle.
2. Confirm the JDK version expected by the build.
3. Confirm JUnit 5 dependencies exist in the test scope.

## 2. Configure the IDE

1. Import the project from the build file instead of creating a detached IDE project.
2. Set the project SDK and language level to match the build.
3. Confirm IntelliJ uses the build tool or JUnit 5 runner path expected by the repo.

## 3. Validate

1. Run one focused test class.
2. Debug one test method.
3. Confirm tags and environment-sensitive tests behave as expected.
