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
`WorkArena` is a suite of browser-based tasks designed for ServiceNow products, acting as a benchmark for automating commonly conducted activities within the product environment.
4
+
5
+
## Setup
6
+
7
+
### ServiceNow Instance
8
+
9
+
1. Go to https://developer.servicenow.com/ and create an account
10
+
2. Request a Utah developer instance (initializing it might take a while)
11
+
3. Log into your ServiceNow instance via the browser and change the admin password if instructed to do so. If you're already registered in the instance, you can find the instance information (Username, Password, instance URL) in the `My Instances` section of your developer account.
12
+
4. Set the following environment variables:
13
+
*`SNOW_INSTANCE_URL`: URL of your ServiceNow developer instance
14
+
*`SNOW_INSTANCE_UNAME`: username for your instance (usually `admin`)
15
+
*`SNOW_INSTANCE_PWD`: password for your instance (you'll receive this by email and you can get it from your ServiceNow developer account)
16
+
17
+
To set environment variables in Bash, you can use the `export` command. Here's an example:
0 commit comments