Sauce chrome extension for puppeteer replay.
You can run replay test on Sauce Labs using this chrome extension. Currently it's only available in Chrome Canary.
This plugin is still in the experimental stage 🧪. No official support currently. Please use it with caution.
Build this extension by
$ npm install
$ npm run build
The generated files are in build
folder.
- Open Chrome Canary and type
chrome://extension
. - Enable Developer Mode by clicking the toggle switch next to Developer mode.
- Click the Load unpacked button and select
build
directory. - Open a new tab and open devtools -> Recorder tab.
- Choose any recording or create a new one. There should be a
Sauce Labs
button appended to thereplay
button group. - Click the extension button and there will be a UI to interact with Sauce Labs.