Add "fast fail" option #131
Labels
cli
CLI related issue
documentation
Improvements or additions to documentation
enhancement
New feature or request
runners
Runners related issue
Overview
Adding a fast fail option when fetching and/or checking allows for the stop abruptly when an error is encountered during execution rather than continuing on with processing. This feature allows a user to ensure that reports are generated, fixers executed, remote locker is updated and notifications are sent ONLY if all tests (fetchers and checks) have not errored. Failing (not erroring) checks are still valid.
Requirements
Approach
--fastfail
to CLI options.True
inside of a stopTest method when a non-dependency chaining error is encountred during the fetch. Similar can be done for a "fast fail" check test result class although here you would not need to guard against a dependency chaining error.--fastfail
option is used.Security and Privacy
N/A
Test Plan
--fastfail
optionThe text was updated successfully, but these errors were encountered: