# Restassured Installer Intellij Junie

> Use when Codex needs to set up IntelliJ IDEA for Rest Assured API testing with Java, Maven or Gradle, JUnit 5, and Junie-style workflow support.

- Skill: `jovd83/restassured-installer-intellij-junie` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add jovd83/restassured-installer-intellij-junie`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jovd83/restassured-installer-intellij-junie/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: jovd83 (https://skillmd.com/u/jovd83)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jovd83/restassured-installer-intellij-junie

---


# Install Rest Assured In IntelliJ

## 1. Set Up The IDE

1. Import the project with the correct JDK.
2. Enable Maven or Gradle sync.
3. Confirm JUnit 5 test discovery works in the IDE.

## 2. Set Up The Project

1. Use `../../bootstrap/SKILL.md` when the repo lacks the required test structure.
2. Confirm the target run configuration uses the right env vars.

## 3. Troubleshooting

1. Problem: IntelliJ runs a different JDK than CI.
   Fix: Align the project SDK, Gradle JVM, and test runtime.
