简体   繁体   中英

Firebase Test Lab videos frame rate is too low for instrumentation tests

In Firebase Test Lab I can view videos of my tests. However, these videos have too low frame rate, so it's something like screen shots viewed together. I want to know if I can make these videos smoother (Increase the frame rate). I saw that videos generated for Robo Tests is much more smoother and has a very satisfactory frame rate.

There's no configuration setting that you can simply change. What you see is what you get.

You are always free to file a feature request if you need something more than what's provided.

As Doug already mentioned in his answer there's no setting. What you are observing can have the following reasons:

  • For instrumentation tests UI animations are (usually) disabled while for Robo they aren't. So, it only looks choppy, but the video frame rate is the same.
  • Frame rate can depend on the device model, or virtual vs physical devices. Video recorded on virtual devices usually has lower quality than video from physical devices, because physical devices provide actual hardware-support for video encoding.

If you feel there's something else wrong contact the Test Lab team via the Firebase Community Slack channel #test-lab.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM