Skip to content

Development

Install

uv sync --extra dev --extra docs

Run Checks

uv run ruff check .
uv run pytest -p no:seleniumbase
uv run mkdocs build --strict

Demo

uv run example

The demo starts a local aiohttp mock target, scans it, prints a report, and shuts the server down.

Documentation

Serve the Material for MkDocs site locally:

uv run mkdocs serve

Build the static site:

uv run mkdocs build --strict