protractor-video-reporter icon indicating copy to clipboard operation
protractor-video-reporter copied to clipboard

Jasmine reporter that captures a screencast of Protractor specs running on a headless browser, e.g. in CI server

Results 19 protractor-video-reporter issues
Sort by recently updated
recently updated
newest added

Error: ReferenceError: Path is not defined how i can resolved this problem?

Hi dude.., I have trying this video recorder but i got error message as below. ![video](https://cloud.githubusercontent.com/assets/23401123/20348153/23de6200-ac2a-11e6-962b-a739ee51cdfe.png)

#14 - Allow specifying other name than protractor-specs.mov in case, when one video file is produced. Added a new option called allSpecsVideoName which can be either a string or a...

var VideoReporter = require('protractor-video-reporter'); var path = require('path'); exports.config = { // directConnect: true, multiCapabilities: [ { 'browserName': 'chrome', }, ], specs : ['spec1.js'], framework : 'jasmine2', seleniumAddress: 'http://localhost:4444/wd/hub', //...

more flexibility with access permission rights E.g. useful in CI environments where an automated user is running the tests and saving recordings for other people to access.

ffmpeg and avconv asks about 'ctrl+c' but child_process sends 'SIGTERM', it looks strange.

It would be nice to set a flag with chmod for each recording. Would be easily done in specDone with Fs

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...

The line: ``` If you encouter any issues with the reporter, e.g. video files are not created, turn on debugging by settings the DEBUG environment to protractor-video-reporter. ``` Is somewhat...

QuickTime doesn't pick up the `.srt` subtitles file automatically. It would be convenient if this plugin embedded the subtitles into the video after recording. Here's a command that seems to...