Skip to content

Extension

Ryan Kadri edited this page Feb 19, 2019 · 2 revisions

Testing with the extension

You can use a chrome exstension packaged with XSRT to test out the recording client on most existing web apps.

Installation

At the moment, this extension is not published on the Chrome store. Instead, you should install it as an unpacked extension. You can either build the extension yourself (See Setup) or install it pre-built from NPM.

If you want to use the prebuilt version of the extension, you can run npm install -D @xsrt/extension. You can find the unpacked extension in node_modules/@xsrt/extension/dist (relative to this project's root). You can follow your browser's instructions to install this unpacked extension.

Usage

Clicking on the new extension icon will launch a popover. You can expand the config section and provide the config details requested. Please create a site on the Recording Viewer UI for your instance of XSRT before attempting to take recordings.

Clone this wiki locally