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
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,14 +47,15 @@ To setup WorkArena, you will need to get your own ServiceNow instance, install o
47
47
48
48
1. Go to https://developer.servicenow.com/ and create an account.
49
49
2. Click on `Request an instance` and select the `Washington` release (initializing the instance will take a few minutes)
50
-
3. Once the instance is ready, you should see your instance URL and credentials. If not, click _Return to the Developer Portal_, then navigate to _Manage instance password_ and click _Reset instance password_.
51
-
4. Change the role of the user to admin in yoyr instance parameters 
50
+
***Important note:** ServiceNow will soon release the Zurich version, which will reduce the availability of Washington instances. If you run into an issue where none are available or you cannot select such an instance, please contact [email protected].
51
+
4. Once the instance is ready, you should see your instance URL and credentials. If not, click _Return to the Developer Portal_, then navigate to _Manage instance password_ and click _Reset instance password_.
52
+
5. Change the role of the user to admin in yoyr instance parameters 
52
53
53
-
5. You should now see your URL and credentials. Based on this information, set the following environment variables:
54
+
6. You should now see your URL and credentials. Based on this information, set the following environment variables:
54
55
*`SNOW_INSTANCE_URL`: The URL of your ServiceNow developer instance
55
56
*`SNOW_INSTANCE_UNAME`: The username, should be "admin"
56
57
*`SNOW_INSTANCE_PWD`: The password, make sure you place the value in quotes "" and be mindful of [escaping special shell characters](https://onlinelinuxtools.com/escape-shell-characters). Running `echo $SNOW_INSTANCE_PWD` should print the correct password.
57
-
6. Log into your instance via a browser using the admin credentials. Close any popup that appears on the main screen (e.g., agreeing to analytics).
58
+
7. Log into your instance via a browser using the admin credentials. Close any popup that appears on the main screen (e.g., agreeing to analytics).
58
59
59
60
**Warning:** Feel free to look around the platform, but please make sure you revert any changes (e.g., changes to list views, pinning some menus, etc.) as these changes will be persistent and affect the benchmarking process.
0 commit comments