Open
Description
🚀 Feature Request
I have a JSON list with a ton of URLs that Playwright processes in a loop to perform screenshot comparisons. Sometimes design changes occur and then I need to create new snapshots only for the corrected URLs. Currently, I manually delete the snapshot screenshots and run the test twice. This feels quite cumbersome.
It would be great, if you add a "snapshot delete button" in the VSC extension and UI mode.
Example
Motivation
It would be quicker and more convenient to have a 'Delete' or 'Recreate Snapshot & Test' button instead of doing it manually.