@@ -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
891892Before 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)
9029031 . Go to [ https://developer.servicenow.com/ ] ( https://developer.servicenow.com/ )
9039042 . Click ** "Get Started"** or ** "Request Instance"**
9049053 . Create a ServiceNow Developer account (if needed)
9059064 . Request a ** Personal Developer Instance (PDI)**
9069075 . You'll receive an email with your instance URL and credentials
9079086 . 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
9109111 . Log in with your Developer account
9119122 . Open the ** Navigation menu** (click ** All** if not visible)
9129133 . 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
968969In the file `src/main/resources/application.properties set:
969970```properties
0 commit comments