Replies: 1 comment
-
Neither vitest nor jsdom or happydom render anything at all. So there's nothing to screenshot. You probably want to try out cypress or playwright. |
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
-
I'm trying to configure the testing pipeline to take screenshots of specific app screens (React app in my case) and possibly store them in some storage (local / remote).
The "storing" part might not be related to Vitest specifically, but I'm curious if you have any pointer as to how to approach taking the app screenshots with Vitest.
Beta Was this translation helpful? Give feedback.
All reactions