I'm working on a project where I want to use LabVIEW for automated control and testing, and integrate it with Zephyr to document and manage test execution. Zephyr provides a REST API, which allows communication over HTTP.
My goal is to:
- Run automated tests in LabVIEW
- Record and upload test results to Zephyr
- Use Zephyr to track and manage test cases and executions
Has anyone in the community implemented a similar setup? I'm particularly interested in:
- Best practices for using LabVIEW to communicate with Zephyr via REST API
- Tools or libraries (e.g., JKI HTTP REST Client) that simplify this integration
- Examples or templates for formatting and sending test results to Zephyr
Any guidance, resources, or shared experiences would be greatly appreciated!