Skip to content

Commit 9651d27

Browse files
committed
Add ServiceNow module documentation with Usage anchors
1 parent 0f58bf8 commit 9651d27

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/product-integrations/servicenow.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -886,27 +886,28 @@ Using these UIB table view testing patterns provides:
886886
- Verification of data filtering and navigation functionality
887887
- Ensuring proper popup behavior and state management
888888

889-
# Configuration
889+
Configuration
890+
---------------
890891

891892
Before proceeding with Bellatrix ServiceNow module, verify that the following prerequisites are satisfied.
892893

893-
## Prerequisites
894+
### Prerequisites
894895

895-
### 1. Client Instance of ServiceNow Available
896+
#### 1. Client Instance of ServiceNow Available
896897

897898
**Instance Options:**
898899
- **Option 1:** Company live ServiceNow instance
899900
- **Option 2:** Testing instance provided by ServiceNow
900901

901-
#### Personal Developer Instance (Free)
902+
##### Personal Developer Instance (Free)
902903
1. Go to [https://developer.servicenow.com/](https://developer.servicenow.com/)
903904
2. Click **"Get Started"** or **"Request Instance"**
904905
3. Create a ServiceNow Developer account (if needed)
905906
4. Request a **Personal Developer Instance (PDI)**
906907
5. You'll receive an email with your instance URL and credentials
907908
6. The instance remains active for 10 days of inactivity before hibernating
908909

909-
#### Create a User with Admin Rights
910+
##### Create a User with Admin Rights
910911
1. Log in with your Developer account
911912
2. Open the **Navigation menu** (click **All** if not visible)
912913
3. Filter for: `sys_user.list` and press Enter
@@ -917,15 +918,15 @@ Before proceeding with Bellatrix ServiceNow module, verify that the following pr
917918
* Type `admin` in the **Collection**
918919
* Add `admin` to the **Role List** and click **Save**
919920

920-
#### Optional: Create one more user for Impersonate tests
921+
##### Optional: Create one more user for Impersonate tests
921922

922923
---
923924

924-
### 2. Update the Config File
925+
#### 2. Update the Config File
925926

926927
**Path:** `src/main/resources/testFrameworkSettings.dev.json`
927928

928-
#### Modify the following in `serviceNowProjectSettings`:
929+
##### Modify the following in `serviceNowProjectSettings`:
929930

930931
- **Instance:**
931932
```jsonlines
@@ -963,7 +964,7 @@ Before proceeding with Bellatrix ServiceNow module, verify that the following pr
963964
- `servicenow-password-instance`
964965
965966
---
966-
### 3. Set Environment
967+
#### 3. Set Environment
967968
968969
In the file `src/main/resources/application.properties set:
969970
```properties

0 commit comments

Comments
 (0)