rspec-snapshot icon indicating copy to clipboard operation
rspec-snapshot copied to clipboard

Project status?

Open t3h2mas opened this issue 2 years ago • 4 comments

:wave: Hello! I wanted to express my gratitude for the wonderful contribution you've made by offering this project to the community.

I've been exploring the issues and releases, and I couldn't help but wonder if the project is still being actively maintained. Would you be able to share some information or update us on its status?

Thank you!

t3h2mas avatar Feb 07 '23 04:02 t3h2mas

+1 happy to help contribute if needed

mycargus avatar Oct 18 '23 22:10 mycargus

I do continue to maintain this project, although not as often as I would like.

Some feature ideas that I am considering how to implement:

  • Disable writing snapshots if rspec is being run in CI. (how do we know when the runner is a CI machine is the blocker there)
  • Automatic snapshot file naming so that a string does not have to be provided (to keep feature parity with jest snapshots)

levinmr avatar Jan 04 '24 21:01 levinmr

@levinmr for CI can we just have a config (like serializers) that we can set to fail if a new snapshot is written. Then we can easily drive it with our own env vars

devshorts avatar Feb 21 '24 00:02 devshorts

@levinmr, just a drive-by comment but GitHub Actions set CI=true as a default env var:

  • https://github.blog/changelog/2020-04-15-github-actions-sets-the-ci-environment-variable-to-true/

dmorgan-fa avatar May 16 '24 09:05 dmorgan-fa