Hello Everyone,
I'm working on a CI/CD setup using Bitbucket Pipelines for our embedded SW project. Our workflow already includes automated build steps, QAC static analysis, and release artifact generation. I now want to automate our unit testing using VectorCAST. However, I haven't found much documentation or examples on integrating VectorCAST with Bitbucket Pipelines.
Could anyone please share:
Recommended approaches or best practices for running VectorCAST automated tests as part of Bitbucket Pipelines?
Is there any native support, integration plugin, or published solution for connecting VectorCAST to Bitbucket Pipelines?
If not, what’s the most effective way to trigger VectorCAST test execution, collect results, and include test reports as pipeline artifacts?
Thank you!