AutoGPT/autogpt_platform/backend/test
Abhimanyu Yadav 4f208d262e
test(frontend): add e2e tests for agent dashboard page (#10572)
I have added e2e tests for agent dashboard page

It includes, tests like 
- dashboard page loads successfully
- submit agent button works correctly
- agent table displays data correctly
- agent table actions work correctly

I’ve also updated the e2e test script to include some static agent
submissions, so I can test if it loads on the frontend.

#### For code changes:
- [x] I have clearly listed my changes in the PR description
- [x] I have made a test plan
- [x] I have tested my changes according to the test plan:
  - [x] All tests are working perfectly locally
  
  
<img width="469" height="177" alt="Screenshot 2025-08-08 at 12 13 42 PM"
src="https://github.com/user-attachments/assets/5e37afc3-c151-476a-84de-0a06f44a0722"
/>
2025-08-08 07:29:11 +00:00
..
blocks feat(backend): add getting user profile, drafts, update send email to use mulitple to, cc, bcc (#10482) 2025-07-30 08:35:16 +00:00
sdk fix(backend): Ensure we only present working auth options on blocks (#10454) 2025-07-29 17:26:54 +00:00
__init__.py chore(frontend): ci caching + e2e test data script (#10446) 2025-07-24 19:17:14 +00:00
e2e_test_data.py test(frontend): add e2e tests for agent dashboard page (#10572) 2025-08-08 07:29:11 +00:00
test_data_creator.py
test_data_updater.py