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
The stepOptions feature was implemented in probitas.json but was missing
from the Configuration.md documentation. This caused confusion about how
to set default timeout and retry behavior at the project level.
Added three documentation updates:
- Configuration example showing stepOptions structure
- Table entry for stepOptions in configuration options
- Detailed section explaining stepOptions behavior and override precedence
The documentation now aligns with the implementation in probitas/src/cli/types.ts
and the example in probitas/assets/probitas.jsonc.
0 commit comments