Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Use Git to pull down the dmcqa repository
    1. If you have enabled SSH with your GitHub account you can use the following terminal command
      1. git clone git@github.com:dmc-uilabs/dmcqa.git
  2. Open the Eclipse program
  3. In the package explorer right click in the whitespace and choose import from the list
  4. In the new window double click on: Git
    1. Double click on Projects from Git
    2. Double click on Existing Repository
  5. In the next window click on the add button
  6. Navigate to the root of the dmcqa repository int he file explorerin the file explorer and click on the open button in the file explorer
  7. Check the box next to your selected file path and click on the finish button
  8. On the next window, choose the repository directory and click the next button
    1. Make sure that the import as general project radial button is selected and click on the next button
  9. Name your project as click on the finish button
  10. When the project gets loaded into the Eclipse program, click on the project name in the project explorer
    1. Right click project root directory in the Package Explorer tab on the left hand side panel
    2. Hover over Configure, and choose Convert to Maven Project
  11. The process is complete. You should be able now run any tests that have been written and update the code as well

Example Code

Setting System Environment Variables

...