xk6-browser icon indicating copy to clipboard operation
xk6-browser copied to clipboard

Implement `Video` API to support video capture/recording of test

Open robingustafsson opened this issue 4 years ago • 0 comments

Implement support for Video API, and enable video capture/recording of test. This feature is important to support a very visual representation of what the end-user experience is like, especially powerful when combined with a load test that is exercising the backend systems.

Relevant links:

  • Playwright docs: https://playwright.dev/docs/api/class-video and https://playwright.dev/docs/api/class-page#page-video
  • Playwright code: https://github.com/microsoft/playwright/blob/master/packages/playwright-core/src/server/chromium/videoRecorder.ts

robingustafsson avatar Nov 12 '21 08:11 robingustafsson