- The snapshot plugin now supports a new command line argument `--snapshot-only-check` that will fail the test if no
snapshot file is found. This is useful for CI/CD pipelines, where you want to ensure that all snapshots are up to
date.
- The snapshot plugin is now installed automatically when you install tpcp. There is no need to set it up in the conftest
file anymore.