nvim-integration-tests
Run the headless Neovim integration suite for copilot-agent.nvim and interpret the Plenary test results.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run the headless Neovim integration suite for copilot-agent.nvim and interpret the Plenary test results.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Run go test for the current Go project and summarize failures with actionable context.
Run go vet for the current Go project and report actionable diagnostics.
Run Selene with selene.toml against the repository's Lua sources and report actionable diagnostics.
| type | skill |
| lifecycle | stable |
| name | nvim-integration-tests |
| description | Run the headless Neovim integration suite for copilot-agent.nvim and interpret the Plenary test results. |
| applyTo | lua/**/*.lua,plugin/**/*.lua,tests/**/*.lua,tests/minimal_init.lua |
Run the repository's headless Neovim integration suite and interpret the Plenary summary correctly.
tests/integration/setup_spec.luaRun from the repository root:
nvim --headless -u tests/minimal_init.lua -c "PlenaryBustedFile tests/integration/setup_spec.lua" -c qa
nvim binary for the run. Resolve it dynamically from the environment; do not write or rely on a hardcoded absolute path in docs or commands.nvim-nightly from PATH.Success / Failed / Errors summary as the source of truth.In some environments, headless Neovim may print unrelated startup noise from local user configuration before the test summary. Do not mistake that noise for a test failure if the command exits successfully and the Plenary summary reports zero failures.