The same collections, running in CI
A collection that only runs when someone clicks Run is a manual test. The CLI is how the same collection becomes part of a pipeline.
Download the binary
The CLI is a single binary with no additional dependencies. Download it for Linux, macOS or Windows, unzip, make it executable, and it runs โ no browser, no desktop app.
Point it at a collection
browserstack-binary requestly collection run <target> [flags]
The target type is detected automatically. A collection on disk, a Postman .json file, a URL, or a cloud collection ID all work through the same command, so you are not memorising a flag per source.
Add credentials for cloud runs only
Local runs need nothing. Cloud operations โ fetching a collection by ID, or listing projects, collections and environments โ require BROWSERSTACK_USERNAME and BROWSERSTACK_ACCESS_KEY, and both must be set together.





