PHPackages                             ekandreas/testrunner - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. ekandreas/testrunner

ActiveLibrary[Testing &amp; Quality](/categories/testing)

ekandreas/testrunner
====================

0.3.1(10y ago)1334PHP

Since Jan 10Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ekandreas/testrunner)[ Packagist](https://packagist.org/packages/ekandreas/testrunner)[ RSS](/packages/ekandreas-testrunner/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

WordPress Plugin Test Helper with Docker
========================================

[](#wordpress-plugin-test-helper-with-docker)

[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://packagist.org/packages/ekandreas/bladerunner)

\*\*\* WORK IN PROGRESS \*\*\*

When you develop a plugin for WordPress it's important to also build test cases and use them continuous.

This package is a helper to run tests within your plugin folder but use Docker as a testing instance and report generator.

*The testsuite should be placed within a plugin that's going to be tested.*

```
root
│   wp-admin
└───wp-content
    ├───plugins
    │   ├───your-plugin
