@@ -157,7 +157,7 @@ Define multiple test scenarios that run sequentially. Each test case can have th
157157
158158| Property | Required | Default | Description |
159159| -------------------------- | -------- | --------- | ---------------------------------------------------------------------------------------------------------- |
160- | `topology` | **Yes** | - | `N:N`, `N:M`, `TEACHING`, `ONE_SESSION`, or `TERMINATE` |
160+ | `topology` | **Yes** | - | `N:N`, `N:M`, `TEACHING`, or `ONE_SESSION` |
161161| `participants` | **Yes** | - | List of participant counts (e.g., `["2", "10"]`). Each element of the list will create a new test scenario |
162162| `sessions` | **Yes** | - | Number of sessions or `infinite` |
163163| `browser` | No | `chrome` | Browser to use : ` chrome` or `firefox` |
@@ -176,7 +176,6 @@ Define multiple test scenarios that run sequentially. Each test case can have th
176176| `N:M` | N publishers, M subscribers | `"5:50"` |
177177| `TEACHING` | Publisher with audio-only subscribers | `"2:30"` |
178178| `ONE_SESSION` | Single session with N participants | `"100"` |
179- | `TERMINATE` | Terminate all EC2 instances | (none) |
180179
181180# ## Workers
182181
@@ -208,6 +207,7 @@ Configuration for where browsers run. Workers can be manually provided and manag
208207| `availabilityZone` | No | `us-east-1f` | AWS availability zone |
209208| `workersAtStart` | No | `0` | Number of instances to start the test with |
210209| `rampUpWorkers` | No | `0` | Workers instances to add when the test runs out of existing ones |
210+ | `terminateWorkers` | No | _true_ | Whether to terminate EC2 instances after test completion |
211211
212212# ## Distribution
213213
0 commit comments