Skip to content

Commit

Permalink
update all dependencies
Browse files Browse the repository at this point in the history
- switch to @ffmpeg-installer/ffmpeg for playwright-video
  • Loading branch information
jperl committed Jun 10, 2020
1 parent a9c8503 commit b147ee3
Show file tree
Hide file tree
Showing 3 changed files with 466 additions and 467 deletions.
2 changes: 1 addition & 1 deletion docs/docs/api/environment_variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Save a video and console logs for each page in your test. Videos are saved at `$

Video is only supported on Chromium. We are [waiting for Playwright](https://github.com/microsoft/playwright/issues/1158) to add support for the Screencast API in Firefox and WebKit.

If [FFmpeg](https://www.ffmpeg.org) is not installed, videos will not be included. Install [`ffmpeg-static`](https://www.npmjs.com/package/ffmpeg-static) as a dependency or set the `FFMPEG_PATH` environment variable.
If [FFmpeg](https://www.ffmpeg.org) is not installed, videos will not be included. Install [`@ffmpeg-installer/ffmpeg`](https://www.npmjs.com/package/@ffmpeg-installer/ffmpeg) as a dependency or set the `FFMPEG_PATH` environment variable.

Note that your code must call [`qawolf.register`](qawolf/register) for artifacts to be saved.

Expand Down
Loading

0 comments on commit b147ee3

Please sign in to comment.