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

[tech debt] golden file implementation for file comparison #668

Open
brandtkeller opened this issue Sep 16, 2024 · 0 comments
Open

[tech debt] golden file implementation for file comparison #668

brandtkeller opened this issue Sep 16, 2024 · 0 comments
Labels
triage Awaiting triage from the team

Comments

@brandtkeller
Copy link
Member

Describe what should be investigated or refactored

A standard "golden file" workflow involves functionality which allows for:

  • Generation of expected state into static files
  • Comparing expected state to current state (typically after changes) during testing
  • Updating static files when new information is introduced

The ability to automate the update of the expected state for storage in version control could reduce time required to update all comparison states in the event the an input or output has changed across multiple artifacts.

Additional context

This may be a larger undertaking to evaluate. Need to research and review requirements to do the golden file update across the entire project.

Expected Deliverable

TODO

@github-actions github-actions bot added the triage Awaiting triage from the team label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Awaiting triage from the team
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant