From ef90e04aedb132e238b6d68b77f66601af5eebff Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Sun, 7 Jun 2026 23:52:34 +0000 Subject: [PATCH] remove smoke_tests/quotes_toscrape.json --- smoke_tests/quotes_toscrape.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 smoke_tests/quotes_toscrape.json diff --git a/smoke_tests/quotes_toscrape.json b/smoke_tests/quotes_toscrape.json deleted file mode 100644 index a3398a7..0000000 --- a/smoke_tests/quotes_toscrape.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "url": "https://quotes.toscrape.com/", - "selectors": { - "quotes": ".quote", - "text": ".text", - "author": ".author", - "tags": ".tag" - }, - "max_pages": 1, - "wait_seconds": 1, - "output_format": "json", - "headless": true, - "user_agent": "", - "respect_robots": true, - "rate_limit_seconds": 1, - "screenshot": false -}