ContributionsMost RecentMost LikesSolutionsRe: Clone project from Git results to Proj Directory must be empty. Try "ls -a" to see if there are hidden files in the directory. Delete the files if there are. Re: How can I set up a SmartBear CircleCI Integration? Thanks groovyguy. I will try that. 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? Re: Mock set up dispatch script when search criteria is a Form parameter Dispatch style Parameter > Path with parameter = id worked for me. Thank you for the help nmrao. Re: Mock set up dispatch script when search criteria is a Form parameter To add to the info above, ID from /item/{id} is a template parameter. To summarize the question, how do we specify the mock service dispatch script/parameter if the service has a template parameter? Mock set up dispatch script when search criteria is a Form parameter I have a mock service "GET /item/{id}" (ex: "/item/12345" to get item with id = 12345). I need to send response 200 or 404 depending on the id on the request. Using dispatch parameter, ID can't be identified by query nor path. Using dispatch script, mockRequest methods to get request data are returning NULL value. Please help. SolvedRe: Clone project from Git results to Proj Directory must be empty. I resolved the issue. Do NOT create the Project Directory using Windows Explorer. I think explorer creates a hidden file that smartbear detects. I used Git Bash to create my empty directory and it worked. Clone project from Git results to Proj Directory must be empty. I am trying to clone a project from Git. I followed the instructions in https://github.com/SmartBear/ready-git-plugin/wiki/Cloning-Project-From-Git-Repository. I always get an error message "The Project Directory must be an existing empty directory." even if the directory I specified is confirmed empty. I also tried to troubleshoot the Git interface by following instructions in https://github.com/SmartBear/ready-git-plugin/wiki/Troubleshooting. I tried to reboot my computer. Lastly, the project that I am trying to clone is a project that I personally created in Git. Help please.