Create Integration Test Scripts for Example Workflows #14

Closed
opened 2025-10-06 09:38:57 +00:00 by aditya · 1 comment
Member

Description

Develop bash integration tests validating end-to-end functionality of legal contract analyzer and multi-agent paper writer in both interactive and single-turn modes.

Acceptance Criteria

  • test_legal_contract_analyzer.sh validates 6+ workflow aspects
  • test_multi_agent_interactive.sh tests agent collaboration flow
  • test_single_turn_writer.sh validates direct paper generation
  • All scripts check for OPENAI_API_KEY and provide clear output
  • Scripts include comprehensive pass/fail reporting

Definition of Done

  • 3 executable test scripts in tests/scripts/
  • test_legal_contract_analyzer.sh tests contract loading and extraction
  • test_multi_agent_interactive.sh and test_single_turn_writer.sh verify paper workflows
  • All scripts timeout appropriately (120s)
  • tests/scripts/README.md documents usage
### **Description** Develop bash integration tests validating end-to-end functionality of legal contract analyzer and multi-agent paper writer in both interactive and single-turn modes. ### **Acceptance Criteria** - test_legal_contract_analyzer.sh validates 6+ workflow aspects - test_multi_agent_interactive.sh tests agent collaboration flow - test_single_turn_writer.sh validates direct paper generation - All scripts check for OPENAI_API_KEY and provide clear output - Scripts include comprehensive pass/fail reporting ### **Definition of Done** - 3 executable test scripts in tests/scripts/ - test_legal_contract_analyzer.sh tests contract loading and extraction - test_multi_agent_interactive.sh and test_single_turn_writer.sh verify paper workflows - All scripts timeout appropriately (120s) - tests/scripts/README.md documents usage
aleenaumair added this to the (deleted) milestone 2025-10-30 11:55:47 +00:00
freemo modified the milestone from (deleted) to v3.0.0 2026-02-23 00:07:12 +00:00
Owner

Closing as superseded. This pre-rebaseline integration testing issue is now covered by the E2E milestone verification suites (#402–#407) and Robot Framework integration tests created during the Day 14 rebaseline.

Closing as superseded. This pre-rebaseline integration testing issue is now covered by the E2E milestone verification suites (#402–#407) and Robot Framework integration tests created during the Day 14 rebaseline.
Sign in to join this conversation.
No milestone
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Blocks
#24 Comprehensive Testing Framework
cleveragents/cleveragents-core
Reference
cleveragents/cleveragents-core#14
No description provided.