Way to detect unused snapshots and remove them? #619
Unanswered
vitorvarela
asked this question in
Q&A
Replies: 1 comment
-
There was a PR for this a while back but I believe it was closed because it would give false positives if you have a test suite which spans multiple platforms (like this projects tests!) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Folks,
When running a full test suite, is there a way to detect which images are not being used?
I imagine there to be a flag that you can pass in to clean up unused snapshots.
We are running into scenarios where engineers are removing or renaming tests but not removing the related snapshots -- it would be nice to be able to automate this.
Beta Was this translation helpful? Give feedback.
All reactions