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
It will be reference implementation for acceptance strategies (#68) and used instead of existing manual in standard preset (#60).
It should have two modes.
Strict (default)
When accept command used, commits stage (or everything if staged is empty) and replaces accepted field of baset config with current commit id.
When test command used baseliner's output should be immediately written to baseline file and compared to same file from git history at commit id that presents in accepted field of baset config.
Non-strict
When accept command used, commits stage (or everything if staged is empty).
When test command used baseliner's output should be immediately written to baseline file and compared to same file from git history at latest committed point.
The text was updated successfully, but these errors were encountered:
It will be reference implementation for acceptance strategies (#68) and used instead of existing
manual
in standard preset (#60).It should have two modes.
Strict (default)
accept
command used, commits stage (or everything if staged is empty) and replacesaccepted
field of baset config with current commit id.test
command used baseliner's output should be immediately written to baseline file and compared to same file from git history at commit id that presents inaccepted
field of baset config.Non-strict
accept
command used, commits stage (or everything if staged is empty).test
command used baseliner's output should be immediately written to baseline file and compared to same file from git history at latest committed point.The text was updated successfully, but these errors were encountered: