Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 895 Bytes

gitpod_instructions.md

File metadata and controls

17 lines (14 loc) · 895 Bytes

Gitpod Setup Instructions

  1. Download the gitpod browser extension
  2. Refresh your browser to see this button now appear in GitHub:Gitpod Button
  3. Click the button and follow the instructions to allow gitpod access to GitHub.
  4. After the session launches, navigate to the terminal and use the following commands to export your Sauce Labs credentials:
eval $(gp env -e SAUCE_USERNAME=******)
eval $(gp env -e SAUCE_ACCESS_KEY=******)

If you start a new terminal in gitpod, you have to use the following command to re-apply environment variables:

eval $(gp env -e)

For more information consult the gitpod documentation