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
+47Lines changed: 47 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -859,6 +859,53 @@ Result was: 28
859
859
860
860
Parameters are extracted from preamble sections and passed to test methods. Supports built-in types, arrays, and dictionaries. Error messages provide copy-paste preamble sections when parameters are missing.
861
861
862
+
#### Default Parameter Values
863
+
864
+
SpecRecLogs supports default parameter values, allowing you to omit common parameters from verified files and only specify values that differ from defaults:
0 commit comments