moved html mocks to html sub folder and updated conftest.py to read from new location with better path and endpoint handling
This commit is contained in:
14
tests/mocks/html/table.json
Normal file
14
tests/mocks/html/table.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "Table Test Page",
|
||||
"description": "HTML page with a table for parsing tests",
|
||||
"heading": "Sample Table",
|
||||
"table_id": "data-table",
|
||||
"columns": ["Name", "Age", "City"],
|
||||
"rows": [
|
||||
["Alice", "30", "London"],
|
||||
["Bob", "25", "New York"],
|
||||
["Charlie", "35", "Berlin"]
|
||||
],
|
||||
"link_url": "https://example.org/details",
|
||||
"link_text": "Details"
|
||||
}
|
||||
Reference in New Issue
Block a user