osalonga
8 years agoOccasional Contributor
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?