File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ Suite Teardown Cleanup Suite
55
66*** Variables ***
77# Set this to the same alias used in: sf org login web --alias <org_name>
8- ${ORG_ALIAS } MyOrg
8+ ${ORG_ALIAS } MyOrg
99
1010*** Test Cases ***
1111Object_Scanner
12- Get All Object Record Counts
12+ Get All Object Record Counts ${ ORG_ALIAS }
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ Library DateTime
1313Library String
1414
1515*** Variables ***
16- ${ORG_ALIAS } DeveloperOrg
1716# Windows execution
1817${SF_CLI } sf
1918${PYTHON } python
@@ -371,6 +370,8 @@ Generate Output File Name
371370
372371Get All Object Record Counts
373372 [Documentation] Main flow: list -> filter -> count -> save JSON (+ durations).
373+ [Arguments] ${org_alias }
374+ Set Test Variable ${ORG_ALIAS } ${org_alias }
374375 Check Prerequisites
375376 ${output_directory } = Init Output Directory
376377 ${output_directory } = Normalize Path ${output_directory }
You can’t perform that action at this time.
0 commit comments