yahiatene
6 years agoOccasional Contributor
Health-check for SOAP UI Pro in continuous integration with Jenkins
Hello,
Most of tools dispose of “health check” routine that verify that everything is OK before starting the CI pipeline.
So before executing the SoapUI tests in Jenkins I want to verify that :
- - TestRunner of ReadyAPI is available
- - Licences are available in sufficient quantity
- - Each component of the testing tool is ready to use
Maybe it is very simple and I just have to run a blanc test, maybe the control is stricter and I can run some of health-check procedure.
So the point is :
- - What are the best-practices you have observed in IC integration ? What is your advice ?
- - Does the health-check procedure exists and how to run it ?
Thanks a lot :)
Mohamed.
from os import sys sys.path.insert(0, 'C:\\Users\\justin.kim\\AppData\\Local\\Programs\\Python\\Python36\\Lib\\site-packages') import gnupg
instead of copying the packages into the tc directory, i do this instead and it seems to work... have you given this a try