Paul Gauthier (aider)
|
b9d6fd16fc
|
Added a test case for error handling in the scrape_with_playwright method.
|
2024-07-25 20:27:24 +02:00 |
|
Paul Gauthier (aider)
|
44376ee382
|
Added the print_error not called check in the test_cmd_web_imports_playwright method.
|
2024-07-23 11:45:17 +02:00 |
|
Paul Gauthier (aider)
|
f99dbc2c43
|
Replaced mocked Playwright usage with real Playwright implementation in the test suite.
|
2024-07-23 11:43:14 +02:00 |
|
Paul Gauthier (aider)
|
8a73346f66
|
Added a test to scrape an actual URL with Playwright and ensured that Scraper.print_error is never called in any of the scraper tests.
|
2024-07-23 11:42:01 +02:00 |
|
Paul Gauthier
|
96b1e1d04f
|
finished scrape tests
|
2024-07-16 11:27:27 +01:00 |
|
Paul Gauthier (aider)
|
d5a258356b
|
Mocked the aider.scraper.Scraper.scrape method in the test_cmd_web_imports_playwright test.
|
2024-07-16 11:14:29 +01:00 |
|
Paul Gauthier
|
d41f07b024
|
Refactored the test_cmd_web_imports_playwright test to capture stdout and assert that the example.com content was scraped.
|
2024-07-16 11:12:59 +01:00 |
|
Paul Gauthier (aider)
|
74f4bd106a
|
Implemented a test for the cmd_scrape command that ensures playwright can be imported after running cmd_web .
|
2024-07-16 11:11:17 +01:00 |
|
Paul Gauthier (aider)
|
3e7663e914
|
Added a test for the cmd_web command to ensure that playwright can be imported after running the command.
|
2024-07-16 11:08:33 +01:00 |
|