You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Request [Demo Screener account](https://saucelabs.com/demo-request-vt). **!Request ASAP before the workshop as it's a manual process to add users.**
75
+
2. Request [Demo Screener account](https://saucelabs.com/demo-request-vt). **!Request ASAP before the workshop as it's a manual process to add users.**
74
76
75
77
### Get your username and api key
76
78
@@ -108,11 +110,12 @@ SCREENER_API_KEY:
108
110
- Give the repo a ⭐ or you can't participate in the workshop😝
109
111
110
112
3. In the browser address bar, prepend the current GitHub url with `https://gitpod.io/#`
4. Once the Gitpod.io URL is loaded, you will need to sign in with the GitHub account you created earlier
116
119
117
120
### Start the app
118
121
@@ -177,8 +180,9 @@ npm run test:sanity:eu
177
180
1. Use NVM for this installation by [following instructions](https://github.com/nvm-sh/nvm#install--update-script)
178
181
- It should be just a single command to run in our terminal
179
182
-**!Don't forget to restart your terminal!**
180
-
- After installation, confirm install with `nvm --version`
181
-
3. Intall Node 16 with `nvm install --lts`
183
+
- After installation, confirm install with `nvm --version`
184
+
2. Intall Node 16 with `nvm install --lts`
185
+
182
186
- Confirm node installation with `node --version` and seeing `v16.x` or similar
183
187
- Confirm NVM is set to 16 for default by running the following commands:
184
188
@@ -213,8 +217,9 @@ Follow the [same setup instructions](#Start-the-app) for starting the app and ru
213
217
ℹ️ The main difference is that you will set environmenta variables by [following these instructions](https://docs.saucelabs.com/basics/environment-variables/#setting-up-environment-variables) depending on your OS.
214
218
215
219
ℹ️ Some individuals aren't allowed to set their environment variables on their machines (Employer policy). In that case, you can hardcode them by modifying
*[2 keys for functional tests](https://github.com/saucelabs-training/comprehensive-testing-js/blob/9309d16a9cf56dd14607b9e4c478f3b2f698e9d8/wdio.sanity.conf.js#L9-L10)
-[2 keys for functional tests](https://github.com/saucelabs-training/comprehensive-testing-js/blob/9309d16a9cf56dd14607b9e4c478f3b2f698e9d8/wdio.sanity.conf.js#L9-L10)
218
223
219
224
You will need to hardcode these values as we do exercises.
0 commit comments