# logtivity/3.3.2/codeception.yml

Activity Logs, User Activity Tracking, Multisite Activity Log from Logtivity, version 3.3.2. 23 lines.

- Page: https://pluginprobe.com/plugins/logtivity/3.3.2/code/codeception.yml
- Raw: https://pluginprobe.com/plugins/logtivity/3.3.2/raw/codeception.yml
- Modified: 2025-05-08T16:26:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/logtivity/3.3.2/code/codeception.yml#L10-L20`.

```yaml
namespace: Tests
support_namespace: Support
paths:
    tests: tests
    output: tests/_output
    data: tests/Support/Data
    support: tests/Support
    envs: tests/_envs
actor_suffix: Tester
params:
    - tests/.env
extensions:
    enabled:
        - Codeception\Extension\RunFailed
    commands:
        - lucatume\WPBrowser\Command\RunOriginal
        - lucatume\WPBrowser\Command\RunAll
        - lucatume\WPBrowser\Command\GenerateWPUnit
        - lucatume\WPBrowser\Command\DbExport
        - lucatume\WPBrowser\Command\DbImport
        - lucatume\WPBrowser\Command\MonkeyCachePath
        - lucatume\WPBrowser\Command\MonkeyCacheClear

```
