Vscode codex
Rest Assured skill pack for designing, implementing, documenting, and reporting API tests in Java and CI workflows.
npx -y skills add jovd83/restassured-skill --skill vscode-codexAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when Codex needs to set up VS Code for Rest Assured API testing with Java, Maven or Gradle, JUnit 5, and Codex-driven workflow support.
SKILL.md
1.1 KB, as published. Nobody here has run it
Install Rest Assured In VS Code
1. Set Up The IDE
- Install Java support extensions.
- Install Maven or Gradle support.
- Confirm the Java runtime matches the target repo.
2. Set Up The Project
- Use
../../bootstrap/SKILL.mdif the project lacks a Rest Assured test module. - Confirm test commands run from the integrated terminal.
3. Troubleshooting
- Problem: Test discovery fails. Fix: Verify JUnit 5 support and the selected Java runtime.