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
You're referring to two distinct concepts of screenshots. The "screencast" you link to is the series of images that powers the movie strip at the top of the trace viewer. The use.screenshot config option in your snippet is about taking a screenshot at the end of a test and storing that as an attachment. Which of the two would you like to configure?
🚀 Feature Request
Make screenshot resolution configurable like the video option is.
The idea would be to allow to overwrite
const kScreencastOptions = { width: 800, height: 600, quality: 90 };
in tracing.Example
Motivation
The text was updated successfully, but these errors were encountered: