> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rainy-mate.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Testing and validation

> Validate Rainy MaTE changes before release using Rust tests and docs checks.

## Rust test suite

Run backend tests from the Tauri crate:

```bash theme={null}
cd src-tauri
cargo test
```

## Frontend quality checks

The repository currently provides build verification through TypeScript + Vite:

```bash theme={null}
pnpm run build
```

## Docs checks

From `rainy-docs`, run Mintlify validation commands:

```bash theme={null}
mint broken-links
mint validate
```

## Release readiness checklist

* Tests pass in `src-tauri`.
* Frontend build passes at repo root.
* Docs links and structure validate in `rainy-docs`.
* Security-sensitive docs reflect current Airlock behavior.
