PluginProbe
Activity Logs, User Activity Tracking, Multisite Activity Log from Logtivity / 3.3.2
Activity Logs, User Activity Tracking, Multisite Activity Log from Logtivity v3.3.2
3.3.8 trunk 1.0 1.1.0 1.10.0 1.11.0 1.11.1 1.12.0 1.13.0 1.14.0 1.15.0 1.16.0 1.17.0 1.17.1 1.18.0 1.19.0 1.2.0 1.20.0 1.20.1 1.3.0 1.3.1 1.4.0 1.5.0 1.6.0 1.6.1 All 66 releases
logtivity / codeception.yml

codeception.yml in Activity Logs, User Activity Tracking, Multisite Activity Log from Logtivity 3.3.2, at codeception.yml

23 lines 643 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 namespace: Tests
2 support_namespace: Support
3 paths:
4 tests: tests
5 output: tests/_output
6 data: tests/Support/Data
7 support: tests/Support
8 envs: tests/_envs
9 actor_suffix: Tester
10 params:
11 - tests/.env
12 extensions:
13 enabled:
14 - Codeception\Extension\RunFailed
15 commands:
16 - lucatume\WPBrowser\Command\RunOriginal
17 - lucatume\WPBrowser\Command\RunAll
18 - lucatume\WPBrowser\Command\GenerateWPUnit
19 - lucatume\WPBrowser\Command\DbExport
20 - lucatume\WPBrowser\Command\DbImport
21 - lucatume\WPBrowser\Command\MonkeyCachePath
22 - lucatume\WPBrowser\Command\MonkeyCacheClear
23