From 1df9836f29ebbed266e40e82244bdfea0c6e9c4a Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Mon, 8 Jun 2026 22:50:53 +0000 Subject: [PATCH] write smoke_tests/quotes_toscrape.json --- smoke_tests/quotes_toscrape.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 smoke_tests/quotes_toscrape.json diff --git a/smoke_tests/quotes_toscrape.json b/smoke_tests/quotes_toscrape.json new file mode 100644 index 0000000..a3398a7 --- /dev/null +++ b/smoke_tests/quotes_toscrape.json @@ -0,0 +1,17 @@ +{ + "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 +}