Skip to content
This repository has been archived by the owner on Dec 22, 2018. It is now read-only.

The reporter may report a created video when it does not actually create a video #23

Open
benjaminapetersen opened this issue Oct 17, 2017 · 1 comment

Comments

@benjaminapetersen
Copy link

benjaminapetersen commented Oct 17, 2017

I received the following log output:

>> Tue, 17 Oct 2017 14:06:07 GMT protractor-video-reporter Saving video to ~/github/web-console/test/reports/videos/bb63ff9c-fd36-4cf1-b5d1-a55bbacd00ae.mov
>> Tue, 17 Oct 2017 14:06:07 GMT protractor-video-reporter Spawning: ffmpeg -s 1024x768 ~/github/web-console/test/reports/videos/bb63ff9c-fd36-4cf1-b5d1-a55bbacd00ae.mov
>> Tue, 17 Oct 2017 14:06:15 GMT protractor-video-reporter Keeping the video

But this is incorrect as it does not generate or save any video, my output directory is empty.

This is likely related to #21, however not exactly the same. I'm sure #21 is why I have no video generated. I created a separate issue for this as the reporter should confirm a video file was created when logging the above statements.

Thanks!

@Amruthann
Copy link

Amruthann commented Mar 8, 2018

I am also facing the same issue. It does not actually generate any video even if I specify saveSuccessVideos: true

I have already installed ffmpeg-binaries (npm i ffmpeg-binaries)

It gives the below message in the log:
Spec video is in: C:\Users\Automation\Tests\Specs\videos\protractor-specs.mov
but I cannot find any video in the path!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants