Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validation max_failures is turned on by default, against documentation. #51

Open
jayckaiser opened this issue Aug 9, 2024 · 0 comments

Comments

@jayckaiser
Copy link
Collaborator

Reference validation is not actually optional in Lightbeam. The default value is hard-coded to 10, despite the documentation stating otherwise.

validate:
  references:
    max_failures: 10 # stop testing after X failed payloads ("fail fast")

This is optional; if absent, references in every payload are checked, no matter how many fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant