Files
brave-core/docs
Anthony Tseng fa14702bf3 Split ARCH-062 into separate CUJ test and change detector rules (#35182)
ARCH-062 combined two distinct concerns under one heading, causing
the bot to demand CUJ InteractiveBrowserTest for non-UI code like
tab helpers and services. Split into:

- ARCH-062: CUJ tests required only for features with UI changes
- ARCH-062b: Avoid change detector tests (general testing guidance)

Clarify that non-UI components should use unit tests or browser tests
appropriate to the code rather than CUJ tests.
2026-04-03 18:55:26 +02:00
..
2026-03-23 09:27:39 -07:00

Brave docs

This directory contains documentation for the Brave Browser. For additional resources outside this repository, go to:

Important

If you add new documents, please also add a link to them in the Document Index below.

Creating Documentation

Guidelines

Previewing changes

Locally using md_browser

# in src/brave/
npm run docs

This is only an estimate. The github view may differ.

Document Index

Checking Out and Patching

Tools

  • Claude Code Skills - Slash commands for automating common development tasks (commit, review, preflight, CI, and more).

General Development