8. Enabling Test automation pipeline
1. Notes#
We need to add quality assurance as part of pipeline
We would like to enable regression testing by using Robot Framework tool
Prerequisites#
- The product platform instructions v2 steps 1–3 have been reviewed.
- A Kubernetes agent connected to the project’s cluster is set up.
- Runner installed and registered on a cPouta VM.
About test automation and test cases#
- Study test automation
- You will find example of test cases at repository
You should clone test case suite on your local machine
??
1. Setting up Robot Framework Containers#
We need to be able to run test cases by using Robot Framework Containers.
how
2. Testing locally Robot Framework test script running#
Let's add execution for pipeline
3. Adding Robot Framework execution on pipeline#
T