- Install OBS version 27.2.2
- Install OBS Websocket plugin version 4.9.1
- Install this node module to connect to obs websockets. Make sure to install version 4.0.3.
- Open OBS
- Do
npm install
andnpm start
to load the slides locally. You should see a notification about a successful connection to the OBS websocket plugin. If you set a different password when installing the plugin you will need to update it inplugin/obs/obs.js
on the line where the connection is started.
- Golden screenshots are already taken and in this repo
- Run
./gradlew screenshottests:verifyPaparazziDebug
to verify against the golden screenshots.
Slides are automatically deployed to this url using GitHub pages via a GitHub action.