Build and Test Automation on Servers
R2026bBuild and run tests using a previously prepared Polyspace® Platform project
Submit a Polyspace Platform project to your CI server. As part of continuous integration, build the project, run tests, and upload results to Polyspace Access™ for web-based review:
polyspace-test-server -build myproject.psprjx -results-dir results
polyspace-test-server -run myproject.psprjx -results-dir results
polyspace-access -upload results/ps_test.pstestr -parent-project myproject -host <HOST> -port <PORT>To create a project on the fly from sources, tests, and configurations, see Workflow Automation on Servers Using Python API.
System Commands
Topics
- Run Polyspace Test Server and Upload Results for Web-based Review
Run tests after code submission, and upload test and coverage results for review to web server.