Continuous Integration
R2026bRun Polyspace Test Server for automated testing on CI servers
If you add C/C++ sources and tests to a Polyspace® Platform project, you can run build and run the tests in a continuous integration workflow using system commands available with the Polyspace Test Server product. You can upload the results of test execution to a Polyspace Access™ server so that multiple reviewers can review the results on a web browser.
Alternatively, you can submit only your C/C++ source code and tests to a CI server and automate the entire testing workflow by using the Python® API for Polyspace (also included with the Polyspace Test Server product). This API allows you to create a project, add sources and tests to the project, build and run the tests, and process test and profiling results.
Categories
- Build and Test Automation on Servers
Build and run tests using a previously prepared Polyspace Platform project
- Workflow Automation on Servers Using Python API
Create and manage projects, run test manually or with scripts