- Download the gitpod browser extension
- Refresh your browser to see this button now appear in GitHub:
- Click the button and follow the instructions to allow gitpod access to GitHub.
- 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