How to write/run the AUTOMATED black-box e2e suite (tests/e2e/) that covers every EDT-MCP tool (62 today) against a live server with git-fixture isolation, happy + negative + error-quality coverage, and an anti-cheat bar. Use when adding/editing a test in tests/e2e/, adding a new tool (the coverage ratchet requires a test), or running the suite. (For the older MANUAL per-tool reference checklists see edt-mcp-testing; for Java unit/build see edt-mcp-build-test.)
$npx -y skills add ditrixnew/edt-mcp --skill edt-mcp-e2e-testingInstalls into the current project.
Run `npx skills use "https://github.com/ditrixnew/edt-mcp" --skill "ditrixnew/edt-mcp/edt-mcp-e2e-testing"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ditrixnew/edt-mcp" that are relevant to the current task. Run `npx skills add "https://github.com/ditrixnew/edt-mcp"` and select the relevant skills, then follow their instructions.