record stop now prints the the output path of the recording

added record directory command

record unit test updated

README updated

minor bump
This commit is contained in:
2025-05-27 01:20:35 +01:00
parent ca0f01ef79
commit e7d9deba71
4 changed files with 44 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ def test_record_start_status_stop():
result = runner.invoke(app, ['record', 'stop'])
assert result.exit_code == 0
assert 'Recording stopped successfully.' in result.stdout
assert 'Recording stopped successfully. Saved to:' in result.stdout
time.sleep(0.5) # Wait for the recording to stop