Robotics StackExchange | Archived questions

colcon test puts reports where?

With catkin, I can run tests and check results like so:

$ catkin run_tests --workspace $CATKIN_WS ; catkin_test_results $CATKIN_WS

These commands would produce junit-compliant reports satisfying the following FileSet globbing expressions:

The seemingly equivalent invocations for colcon, namely

$ colcon test ; colcon test-result --all

do not produce any reports satisfying the aforementioned FileSet.

How do I tell colcon to produce junit-compliant reports? Where does colcon write those reports?

References:

Asked by rubicks on 2021-05-27 13:12:12 UTC

Comments

Answers