test(table): improve HTML validation for table extraction
- Add lxml dependency for HTML parsing - Update test case to use XPath and HTML parser for structure and content validation - Check for presence of essential HTML elements like <table>, <thead>, <tbody>, <tr>, and <td> - Validate column headers and specific row contents
Showing
Please register or sign in to comment