PX4-Autopilot/docs/en/test_and_ci/integration_testing.md
Beat Küng fee575f944
docs: update integration tests (#24671)
* docs: update integration tests

Updates for https://github.com/PX4/PX4-Autopilot/pull/22494.
Transferred from https://github.com/PX4/PX4-user_guide/pull/2970.

* Apply suggestions from code review

* Update docs/en/test_and_ci/integration_testing_ros1_mavros.md

---------

Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
2025-05-07 13:52:03 +10:00

882 B

Integration Testing

Integration tests are used to verify how well larger parts of a system work together. In PX4 this generally means testing whole features of a vehicle, usually running in simulation. The tests are run in Continuous Integration (CI) on every pull request.

The following framework should only be used for tests that require ROS 1: