Problem Statement
The Node.js package currently has zero test coverage.
While the Python package has well-structured e2e tests:
- test_parse_e2e.py
- test_batch_e2e.py
- test_screenshot_e2e.py
The Node.js package has none, which makes it difficult to:
- Catch regressions after updates
- Verify correct parsing behavior
- Ensure reliability for Node.js users
Proposed Solution
Add equivalent e2e tests in TypeScript for the Node.js
package, covering:
- Basic parsing — parse a sample document and verify output
- Batch parsing — parse multiple documents simultaneously
- Screenshot parsing — verify image/screenshot parsing
I have experience with TypeScript and have already
contributed to LlamaIndex core. I'm happy to implement
this if the team is open to it!
Alternatives Considered
No response
Additional Context
No response
Problem Statement
The Node.js package currently has zero test coverage.
While the Python package has well-structured e2e tests:
The Node.js package has none, which makes it difficult to:
Proposed Solution
Add equivalent e2e tests in TypeScript for the Node.js
package, covering:
I have experience with TypeScript and have already
contributed to LlamaIndex core. I'm happy to implement
this if the team is open to it!
Alternatives Considered
No response
Additional Context
No response