Support video capture in browsers other than headless electron
See original GitHub issueFeatures
Video recording for both local and CI:
- chrome headed in https://github.com/cypress-io/cypress/pull/4628 - released in 3.5.0
- electron headed in #6632
- chrome headless in #5676 - released in 3.8.0
- firefox headed in #1359 - released in 4.0.0
- firefox headless in #6336 - released in 4.0.0
Tasks
- chrome headed:
- use devTools protocol
screenCast api
- use devTools protocol
- electron headed:
- use devTools protocol
screenCast api
- use devTools protocol
- chrome headless
- use devTools protocol
screenCast api
- use devTools protocol
- firefox headed:
- use
getUserMedia
API + user prefs to auto-accept prompt to capture current tab
- use
- firefox headless:
- use
getUserMedia
API + user prefs to auto-accept prompt to capture current tab
- use
Related
Video record also mentioned in #745
Issue Analytics
- State:
- Created 5 years ago
- Reactions:178
- Comments:20 (7 by maintainers)
Top Results From Across the Web
Launching Browsers | Cypress Documentation
Cypress currently supports Firefox and Chrome-family browsers (including Edge ... video recording in WebKit, only the video for the first spec is recorded....
Read more >Creating and Running Web Tests in Headless Web Browsers ...
You run the test and get the test results in TestComplete. Supported versions of headless browsers. You can run tests in any headless...
Read more >Moon - A cross browser Selenium, Cypress, Playwright and ...
Moon is a browser automation solution compatible with Selenium, Cypress, Playwright and Puppeteer using Kubernetes or Openshift to launch browsers.
Read more >Browser Library
Introduction · Conscise assertions. · Precise and fast browser window and tab control. · Chainable selector strategies. · Good shadow DOM support. ·...
Read more >Google Chrome Headless Error "Not supported" When using ...
On windows if this is headless : false it will capture the chrome tab (sometimes crashes). But if this is headless : true...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Pull request https://github.com/cypress-io/cypress/pull/4628 has headed Chrome recording video of the test run. Waiting for final review, merge and release.
@itaykotler-fundbox but do throw a 👍 on the top level comment to give the issue higher priority, we sort by reactions to determine what the community wants