My team currently uses LabVIEW to execute test cases on our products to verify requirements. These test cases are executed on a HIL (Hardware-in-the-Loop) test station.
Part of what we want to do is execute test cases in an automated fashion utilizing CI/CD. Here is an example of what this would look like:
A product firmware revision is committed to Bitbucket. Before the build server approves the build, it must be tested on the HIL.
The build server interacts with a requirements/test management tool that contains all of the necessary information about what test cases need to