Forum Discussion

osalonga's avatar
osalonga
Occasional Contributor
7 years ago

How can I set up a SmartBear CircleCI Integration?

In need integrate my SoapUI and LoadUI tests in CircleCI as part of the continuous integration pipeline.  I want the tests to run right after a successful build.  I know I need to include a testRunner script in the circle.yml.  I do not know how to tell CircleCI on where to find the tests scripts.  Currently, the code for the application in test and the test scripts are living in the same GitHub repository.   Also, can I dockerize the tests?

2 Replies

  • groovyguy's avatar
    groovyguy
    Champion Level 1

    If you want a server to run the tests, the server has to have ReadyAPI installed. I also believe it has to have the Project files loaded ONTO the server. Unless the server can be set up to auto-pull them from git using ReadyAPI command line or something else.