If there are only a few items, manual work is not a problem. However, when there are hundreds of items and thousands of test procedures, omissions in verification and transcription errors become ...
1. Try a lightweight requests + BeautifulSoup fetch first (fast, no browser). 2. If the page appears to be JavaScript-rendered (thin text content), fall back to Playwright (headless Chromium) to ...
Most rules target JavaScript and TypeScript, but some also lint CSS, HTML, JSON, and Markdown when used with the matching ESLint language plugin.