Skip to content

chrome extension for recording video of automated test scenario

Notifications You must be signed in to change notification settings

testb4/video-recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Video Recorder

Record tab activity, manage by window messages.

Start Recording

window.postMessage({source: 'snaptest', key: 'start-recording', value: 'recordFileName'}, '*')

snaptestRecording in local storage will be true after start recording successfully.

Stop Recording

window.postMessage({source: 'snaptest', key: 'stop-recording'}, '*')

snaptestRecording in local storage will be false, snaptestRecordPath will be recorded file path and download will completed after stop recording successfully.

Debugging

To use source instead of crx, edit chrome options in snaptest:

options.addArguments(“--load-extension=path”)

About

chrome extension for recording video of automated test scenario

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published