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
When you run your test suite using the --generate-baseline CLI option then bashunit's test runner will write a list of all issues that are triggered to an XML file:
bashunit --generate-baseline baseline.xml
When you run your test suite using the --use-baseline CLI option then bashunit's test runner will use this list of already known issues to ignore them for the current run:
bashunit --use-baseline baseline.xml
The text was updated successfully, but these errors were encountered:
Issues that are on this so-called baseline are no longer reported. This allows you to focus on new issues that are triggered by new or changed code.
When you run your test suite using the
--generate-baseline
CLI option then bashunit's test runner will write a list of all issues that are triggered to an XML file:When you run your test suite using the
--use-baseline
CLI option then bashunit's test runner will use this list of already known issues to ignore them for the current run:The text was updated successfully, but these errors were encountered: