OpenAdaptAI / OpenAdapt

AI-First Process Automation with Large ([Language (LLMs) / Action (LAMs) / Multimodal (LMMs)] / Visual Language (VLMs)) Models
https://www.OpenAdapt.AI
MIT License
735 stars 95 forks source link

feat(tests): Add automated test for recording functionality #803

Open onyedikachi-david opened 6 days ago

onyedikachi-david commented 6 days ago

/claim #775 Closes #775

What kind of change does this PR introduce?

Feature

Summary

This pull request adds an automated test for the recording functionality in the OpenAdapt system. The test ensures that the recording process functions correctly and that the necessary data and files are generated as expected.

Checklist

How can your code be run and tested?

The code can be run and tested by executing the pytest command in the root directory. The new test is located in the tests/test_recording.py file. Ensure that the necessary dependencies are installed and the database is set up correctly before running the tests.

Other information

N/A

onyedikachi-david commented 6 hours ago

@abrichr Please review.