update toggle commands

add toggle record/toggle stream tests

pre-release patch bump
This commit is contained in:
2025-05-07 19:43:32 +01:00
parent 4bae164124
commit 4a41239e50
7 changed files with 67 additions and 21 deletions

View File

@@ -95,6 +95,10 @@ def pytest_sessionfinish(session, exitstatus):
if resp.output_active:
session.obsws.stop_stream()
resp = session.obsws.get_record_status()
if resp.output_active:
session.obsws.stop_record()
# Close the OBS WebSocket client connection
session.obsws.disconnect()