You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -197,13 +197,14 @@ SPECTRA is part of the [Automate The Planet](https://www.automatetheplanet.com/)
197
197
198
198
**BELLATRIX** automates test execution. **Testimize** optimizes test case selection. **SPECTRA** generates and maintains the test cases themselves — closing the loop between documentation and quality assurance.
199
199
200
-
> **Optional Testimize integration**: SPECTRA can call the
201
-
> [Testimize.MCP.Server](https://github.com/AutomateThePlanet/Testimize) global
202
-
> tool to replace AI-approximated boundary values with mathematically optimal
203
-
> ones (BVA / EP / pairwise / ABC). Disabled by default; enable with
204
-
> `dotnet tool install --global Testimize.MCP.Server` and set
205
-
> `testimize.enabled` to `true` in `spectra.config.json`. See
Copy file name to clipboardExpand all lines: docs/configuration.md
+57Lines changed: 57 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,12 @@ SPECTRA is configured via `spectra.config.json` at the repository root. Run `spe
109
109
110
110
All providers are accessed through the GitHub Copilot SDK.
111
111
112
+
### `ai.fallback_strategy`
113
+
114
+
| Property | Type | Default | Description |
115
+
|----------|------|---------|-------------|
116
+
|`fallback_strategy`| string |`"auto"`| How to handle provider failures. `"auto"` tries the next enabled provider in priority order. When all providers fail, generation exits with an error. |
0 commit comments