Nicholas DiPiazza created TIKA-4602:
---------------------------------------
Summary: Add E2E tests for tika CLI
Key: TIKA-4602
URL: https://issues.apache.org/jira/browse/TIKA-4602
Project: Tika
Issue Type: Sub-task
Reporter: Nicholas DiPiazza
h2. Overview
Add end-to-end tests for the Tika command-line interface to the tika-e2e-tests
module.
h2. Implementation Details
* Create tika-e2e-tests/tika-cli module
* Tests should validate:
** CLI execution with various arguments
** Document parsing from command line
** Output formats (text, XML, JSON, etc.)
** Batch processing capabilities
** Error handling and exit codes
** Resource consumption
* Use Docker containers or test containers for isolation
* Ensure tests can run in CI/CD environment
h2. Acceptance Criteria
* E2E tests for tika CLI are integrated into tika-e2e-tests module
* Tests cover major CLI use cases
* Tests pass in local development environment
* Tests pass in CI/CD pipeline
* Documentation updated
--
This message was sent by Atlassian Jira
(v8.20.10#820010)