You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
🚀 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.
The text was updated successfully, but these errors were encountered: