Electron Testbench
Build app
Run the following:
$ pnpm build
Start app
Run the following:
$ pnpm start
Set API key
Define your API key in a locally created .env
file at the electron-testbench
root. It should look like the following but with your own API key:
SDK_API_KEY=1b50de11-45a6-4c79-8451-47ac935a9403
Caveats
In it's current state, several modifications to the recordSDK build will need to be adjusted in order for it to work in Electron. Refer to https://github.com/loomhq/platform/pull/1026 to adjust code so recordSDK can work locally.