dart-test
Installation
SKILL.md
DART Testing
Load this skill when writing or debugging tests.
Quick Commands
pixi run test # Quick test run
pixi run test-all # Full validation
ctest -R <pattern> # Run specific tests
ctest -V # Verbose output
Full Documentation
For complete testing guide: docs/onboarding/testing.md
For CI/CD troubleshooting: docs/onboarding/ci-cd.md
Related skills
More from dartsim/dart
dart-io
DART model loading - URDF, SDF, MJCF, SKEL parsers and dart::io unified API
23dart-build
DART build system knowledge - CMake, pixi, dependencies, troubleshooting
22dart-ci
DART CI/CD troubleshooting - GitHub Actions, cache debugging, platform-specific failures
15dart-python
DART Python bindings (dartpy) - nanobind, wheel building, API patterns
14dart-contribute
DART contribution workflow - branching, PRs, code review, dual-PR for bugfixes
13