Evening All,
I am learning Selenium WebDriver between work and home and am currently having to copy my entire solution folder (that contains my projects) to Google Drive, then open it up again on the other machine. This method appears to be fraught with issues; usually that my references cannot be found because the paths are different, or my NuGet Packages are the wrong version, etc etc.
What is the easiest way to copy my entire solution and ensure that nothing gets broken along the way? Is there a setting where it’ll copy literally everything over, or should I be looking to GitHub integration?
Finding it all a bit confusing, but there must be a way!
Many thanks,
sad_muso