You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 1. Unit Tests (WordPress + Plugin Interactions)
25
21
26
22
**Purpose**: Test interactions between different parts of the plugin, and between the plugin and WordPress core, database, or other plugin components. These tests run within a WordPress test environment.
27
23
28
24
**Location**: `tests/Integration/`
29
25
30
-
**Example Test Suite**: `tests/Integration/Includes/BootstrapTest.php`
26
+
**Example Test Suite**: `tests/Integration/Includes/MainTest.php`
Automated testing in CI should run the currently configured integration and end-to-end suites on every push and pull request. If a dedicated unit test suite is introduced later, it should be added to the pipeline as well.
70
+
Automated testing in CI should run the currently configured unit and end-to-end suites on every push and pull request.
0 commit comments