Skip to content

Commit ee8cba2

Browse files
committed
docs: clarify SF CLI requirement for local integration testing
- Added prerequisite that SF CLI must be installed before running integration tests locally - Clarifies that sf command must be available during local test execution - Provides installation link and verification command
1 parent e03665f commit ee8cba2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,12 @@ This plugin includes integration (NUT) tests for verifying the Lightning Dev Ser
312312

313313
### Prerequisites
314314

315+
**Salesforce CLI Installation**
316+
The Salesforce CLI must be installed and accessible in your system PATH before running integration tests locally. The plugin expects the `sf` command to be available during local test execution.
317+
318+
- Install the Salesforce CLI: https://developer.salesforce.com/tools/sfdxcli
319+
- Verify installation: `sf --version`
320+
315321
**Connected App Setup**
316322
Follow the [Connected App Setup Guide](https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_auth_connected_app.htm) to:
317323

0 commit comments

Comments
 (0)