Install Rest Assured In IntelliJ
1. Set Up The IDE
- Import the project with the correct JDK.
- Enable Maven or Gradle sync.
- Confirm JUnit 5 test discovery works in the IDE.
2. Set Up The Project
- Use
../../bootstrap/SKILL.mdwhen the repo lacks the required test structure. - Confirm the target run configuration uses the right env vars.
3. Troubleshooting
- Problem: IntelliJ runs a different JDK than CI. Fix: Align the project SDK, Gradle JVM, and test runtime.