grantjbutler / obs-layout

Build complex layouts for OBS without manually sizing and positioning sources
MIT License
1 stars 0 forks source link

Figure out how to mock OBS #23

Open grantjbutler opened 2 years ago

grantjbutler commented 2 years ago

It'd be great to have some kind of mock for the OBS websocket, so we could write end-to-end tests that could run on a CI instance without installing OBS and the web socket plugin. I'm not sure if this is going to take the form of wrapping the web socket client library and then swapping out that implementation in tests, or spinning up a mock web socket server to mimic OBS.