Skip to content

Improve video frame rate by using the Chrome DevTools Screencasting API #6422

@HanmingWu-TW

Description

@HanmingWu-TW

What is your Test Scenario?

I want to record my test scenarios

What is the Current behavior?

Video frame is very low even I set r higher

What is the Expected behavior?

Video frame can be set or just higher

What is your web application and your TestCafe test code?

Runner setting:
.video('videos', {
pathPattern: '${FIXTURE}-${TEST}-${BROWSER}.mp4'
},{
r: 30,
s: '1366*768',
aspect: '1366:768'
})

Your Environment details:

  • testcafe version: 1.15.0
  • node.js version: 16.5.0
  • command-line arguments:
  • browser name and version: chrome and firefox
  • platform and version: macOS
  • other:

And I think it is similar with #3685

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions