colcon-test-result

0.3.8 · active · verified Fri Apr 17

colcon-test-result is an extension for the `colcon` build tool that provides commands to display and analyze test results generated by `colcon test`. It simplifies checking test outcomes without diving into raw XML files. The current version is 0.3.8, and it sees several releases per year, often in sync with ROS 2 development cycles.

Common errors

Warnings

Install

Quickstart

This quickstart demonstrates how to install the `colcon-test-result` extension along with `colcon-core` and verify its availability by invoking its help command. To use its full functionality, you would typically first run `colcon test` in a workspace to generate test results, and then use `colcon test-result` to view them (e.g., `colcon test-result --verbose --all`).

pip install colcon-core colcon-test-result
colcon test-result --help

view raw JSON →