WorkArena benchmark for BrowserGym
Project description
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.
Setup
ServiceNow Instance
- Go to https://developer.servicenow.com/ and create an account
- Request a Utah developer instance (initializing it might take a while)
- 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. - Set the following environment variables:
SNOW_INSTANCE_URL
: URL of your ServiceNow developer instanceSNOW_INSTANCE_UNAME
: username for your instance (usuallyadmin
)SNOW_INSTANCE_PWD
: password for your instance (you'll receive this by email and you can get it from your ServiceNow developer account)
To set environment variables in Bash, you can use the export
command. Here's an example:
export SNOW_INSTANCE_URL="https://your-instance-url.service-now.com"
export SNOW_INSTANCE_UNAME="your-username"
export SNOW_INSTANCE_PWD="your-password"
Another option is to add the environment variables to your conda environment. To do this, you can execute the following command :
conda env config vars set ENV_VAR=VALUE
Install Data
Run the following code to install all the data shipped with the benchmark:
from browsergym.workarena.install import setup
setup()
Finally
- Run
pytest -v .
to make sure that your setup works.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file browsergym_workarena-0.0.1a10.tar.gz
.
File metadata
- Download URL: browsergym_workarena-0.0.1a10.tar.gz
- Upload date:
- Size: 3.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b5e7db769aa939635c0439c33a2f4a162e1668b2777283d1a7236a8a6962fe3 |
|
MD5 | 3c7d2f3fa3924b1b11b12e1741464664 |
|
BLAKE2b-256 | 250db28e78a1d2b818f7006fa4295d2dbe8d9d1352b830a6a906eb41f6318080 |
File details
Details for the file browsergym_workarena-0.0.1a10-py3-none-any.whl
.
File metadata
- Download URL: browsergym_workarena-0.0.1a10-py3-none-any.whl
- Upload date:
- Size: 2.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49e7c5ae697ab390a781cb04d200fa515edf19ca23da89ee5f63b79009e2835b |
|
MD5 | 57c31f8f1e047e6517f068d05fe5ccf7 |
|
BLAKE2b-256 | b3544e008e5eda1add4b85a3472b787c8ff77257b1dca379913a6b07ff90bd1d |