Hi,
we’re evaluating the ROS overall environment for a commercial use case. Continous integration and testing (and reporting) is vital in our case. We are looking for an all-in-one software suite for test generation, test execution and monitoring, test management and and automated reporting. Almost plugin-and-play integration for ROS-supporting simulation environments would be nice.
So far I have not found any ressources to a specific ROS related test suite, toolchain nor best practices.
We work on many projects that have to support different team sizes, client needs, and collaboration styles and have found a common set of tools that work well for us. The TL;DR for us is we use industrial_ci based on GitHub Actions. For an example how we do this you can look at the moveit2 repo: GitHub - ros-planning/moveit2: MoveIt for ROS 2
Today I learned by reading the reviews of the talk we submitted to ROSCON about this topic that it was rated really low on “Open Source Availability” which makes me wonder if the reviewers read our description. The tooling we developed for and use on MoveIt2 has been reused on many comercial projects and I am happy to answer any questions you have about it and help you understand the tradeoffs between different tooling options you have.