Software Test Execution

Run scoped tests for a TDD slice, determine the appropriate test framework and command, and report structured pass/fail results. Use when tests need to be executed after writing, implementing, or refactoring code. Reads test metadata, discovers the test framework if needed, executes the scoped test command, parses output into structured results, and reports whether tests passed or failed. Handles compilation errors, missing dependencies, timeouts, and works with any language and test framework.

stencila e80442e 3 files · 18.1 KB Updated

File contents

stencila/stencila/tree/main/.stencila/skills/software-test-execution commit e80442ecd7

Frequently asked questions

npx skillmds@latest add stencila/software-test-execution