Skip to content

Commit ee043f8

Browse files
authored
Update README.md
1 parent 9243bd6 commit ee043f8

1 file changed

Lines changed: 1 addition & 38 deletions

File tree

README.md

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,4 @@
22

33
`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.
44

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:
18-
19-
```
20-
export SNOW_INSTANCE_URL="https://your-instance-url.service-now.com"
21-
export SNOW_INSTANCE_UNAME="your-username"
22-
export SNOW_INSTANCE_PWD="your-password"
23-
```
24-
25-
Another option is to add the environment variables to your conda environment. To do this, you can execute the following command :
26-
27-
```
28-
conda env config vars set ENV_VAR=VALUE
29-
```
30-
31-
### Install Data
32-
33-
Run the following code to install all the data shipped with the benchmark:
34-
35-
```
36-
from browsergym.workarena.install import setup
37-
setup()
38-
```
39-
40-
### Finally
41-
42-
1. Run `pytest -v .` to make sure that your setup works.
5+
## COMING SOON

0 commit comments

Comments
 (0)