File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ pip install -r requirements.txt
135135 ```
1361362 . Run the scanner by passing the org alias:
137137 ``` bash
138- robot --test Object_Scanner - d results --variable ORG_ALIAS:MyOrg src/robot/orchestrator/scan.robot
138+ robot -d results --variable ORG_ALIAS:MyOrg src/robot/orchestrator/scan.robot
139139 ```
1401403 . Check outputs:
141141 ``` text
@@ -202,7 +202,7 @@ salesforce-objects-scanner/
202202#### Example:
203203
204204 ``` bash
205- robot --test Object_Scanner - d results --variable ORG_ALIAS:DeveloperOrg src/robot/orchestrator/scan.robot
205+ robot -d results --variable ORG_ALIAS:DeveloperOrg src/robot/orchestrator/scan.robot
206206 ```
207207
208208---
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ Suite Teardown Cleanup Suite
55
66*** Test Cases ***
77Object_Scanner
8- Get All Object Record Counts1 ${ORG_ALIAS }
8+ Get All Object Record Counts ${ORG_ALIAS }
You can’t perform that action at this time.
0 commit comments