Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

GitHub and EGit

reactancexl
reactancexl Posts: 160

I am trying to set up SOATest to integrated with Github. I downloaded successfully "EGit". I can create the local repository and download to Github. The issue I am having is if I make a change in SOATest it gives me an error as it can not find the system path (Original Workspace location)for the .tst to update because it is moved into the local git repo(outside of the workspace). If I try to use the workspace Project as the local repo it does not like it and has to be in its own directory outside of the workspace. Is there a special setting or does the integration with git have to be done outside of SOATest (eclipse)?

Comments

  • benken_parasoft
    benken_parasoft Posts: 1,228 ✭✭✭

    Your Eclipse projects can live in your git working directory, outside of your Eclipse workspace directory. In your Eclipse workspace, click File > Import to import existing Eclipse projects from other locations on your file system. The Eclipse projects will be visible in your workspace, even though the projects actually live outside the workspace directory. In general, Eclipse projects can live anywhere on the file system, independent of the Eclipse workspace directory.