Skip to content

Commit a476d95

Browse files
committed
update docs again
1 parent 2465cb4 commit a476d95

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ As long as CTT-Remote does not run on Linux, we use WSL (Windows Subsystem for L
1313
In addition, the test orchestrator requires:
1414

1515
- **Node.js 24** or later
16+
- The `gh` CLI tool for downloading the Z-Wave stack binaries from GitHub and authentication
1617

1718

1819
## Architecture
@@ -103,8 +104,6 @@ If the location differs from the default install location, set the `CTT_PATH` en
103104
powershell .\setup\download-zwave-stack.ps1
104105
```
105106

106-
Requires a fine-grained GitHub PAT with **Contents: read** permission for the Z-Wave-Alliance/z-wave-stack repository. Downloads ELF binaries to `zwave_stack/bin/`.
107-
108107
> **Note:** This setup assumes the DUT is a **controller**, which connects to the emulated controller on port 5000. Testing sample applications (end devices) should also be possible but requires copying additional files from the stack binaries, and updating the `zwave_stack/run.sh` script accordingly.
109108
110109
### Step 3: Run Emulated Devices
@@ -277,6 +276,8 @@ npm run start -- --test=CC_Binary_Switch_Set --verbose
277276

278277
The project comes with a ready-to-use GitHub Actions workflow for running CTT tests in CI using WSL. For now, only tests from the "Automatic" group are supported, because they don't require manual interaction.
279278

279+
To use the workflow, configure a repository secret named `ZW_STACK_TOKEN` with a GitHub PAT that has **Contents: read** permission for the [Z-Wave-Alliance/z-wave-stack-binaries](https://github.com/Z-Wave-Alliance/z-wave-stack-binaries) repository.
280+
280281
## Documentation
281282

282283
- **[docs/ipc-protocol.md](docs/ipc-protocol.md)** - DUT Runner IPC protocol specification

0 commit comments

Comments
 (0)