iserter/wp-test-env
Multi-version WordPress + PHP test environment for plugin CI. Bind-mounts your plugin, and optionally runs a command inside the container.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| php | PHP version (e.g. "8.3"). Must match an official wordpress:<wp>-php<php>-apache image tag. | yes | — |
| wp | WordPress version (e.g. "6.8"). | yes | — |
| plugin | Path to the plugin directory to bind-mount, relative to github.workspace. | no | . |
| run | Command to execute inside the WP container with workdir set to the plugin dir. Empty = just boot the env. | no | "" |
| woocommerce | Install WooCommerce and seed sample data. Set "false" for non-WC plugins — measurably faster. | no | true |
Outputs
no outputs