# Integration tests

These tests use the active local WordPress installation through WP-CLI. They do not create or delete posts, users, or plugins. The cache checks temporarily create and restore the `BetterComments` aggregate option, transient, and one `_bco_cache_test` option.

The Local site uses a site-specific MySQL socket. Run:

```sh
LOCAL_MYSQL_SOCKET="/Users/matt/Library/Application Support/Local/run/JtVWB3Bzf/mysql/mysqld.sock" bash tests/run-smoke.sh
```

The test expects `WP_DEBUG` to be enabled and checks the active plugin version, frontend stylesheet, consolidated plan source, top-level admin menu registration, shared SVG menu icon, avatar-shape CSS, quicktag escaping, both object-cache modes, and the individual-option fallback.
