Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

BugReplay/bugreplay-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BugReplay Automation Library

This package is used for controlling the BugReplay extension automatically for the sole purpose of creating BugReplay screencasts using WebdriverIO, Cypress, NightwatchJS and TestCafe test suites.

This package is included as a dependency when you use one of the bugreplay automation frameworks mentioned above. Once you install the bugreplay automation framework, just provide the path to the bugreplay automation extension included with this package, while configuring your browser and you should be good to start recording your automated test suites.

Currently we support only Chrome and MS Edge browsers. Here's how you can configure your test suites:

Chrome

desiredCapabilities: {
    browserName: 'chrome',
    'goog:chromeOptions': {
      args: [
        '--load-extension=node_modules/bugreplay-automation/extension/ ',
        '--auto-select-desktop-capture-source=Record This Window'
      ]
   }
}

MSEdge

desiredCapabilities: {
    browserName: 'MicrosoftEdge',
    'ms:edgeOptions': {
      w3c: false,
      args: [
        '--load-extension=node_modules/bugreplay-automation/extension/ ',
        '--auto-select-desktop-capture-source=Record This Window'
      ]
   }
}

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages