Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions postman/steering/steering.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inclusion: always
- You are not allowed to use curl or any other API clients except Postman.
- A Collection ID is required
- Read the .postman.json file if it exists.
- Use the environment for local testing if it exists. An Environment ID is required
- The server must be running first
- Always pass the environment ID to `runCollection` if one is available, regardless of whether the target API is local or remote. Environment variables must be resolved for tests to work correctly.
- If the target API is a local server, ensure it is running before executing the collection. For remote APIs (e.g. staging, production, cloud endpoints), skip this check.
- After running, display a summary of the results and a breakdown by endpoint
- If any endpoint is failing, offer to investigate and fix the error
Loading