Presstest Companion
A plugin to integrate with subscriptions and talk to the testing server (linode) to execute tests, output reports and provide test configuration
by PIE Web Ltd · github.com/pie/presstest-companion-plugin · website
★ 0stars
14release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/pie/presstest-companion-plugin/releases/download/1.2.0/presstest-companion.zipFrom the readme
Presstest Companion
WordPress plugin that connects a site to the Presstest automated browser testing service. It provides an admin interface for selecting and running test suites, viewing results, and managing connection settings.
How it works
1. An administrator opens the Presstest admin page and selects one or more test suites to run
2. The plugin POSTs a job request to the Presstest server (api.presstest.io) via its own REST API, keeping the API key server-side
3. The Presstest server queues the job, runs it in a Playwright container, and POSTs the JSON results back to this site's REST endpoint (/wp-json/presstest-companion/v1/report)
4. The callback is authenticated with a per-site secret token generated on plugin activation (X-Presstest-Token)
5. Results are stored in the database and displayed in the Reports tab
Settings
| Setting | Description |
|---|---|
| API Key | The PRESSTESTAPIKEY value from the Presstest server's .env file |
| Report URL | Auto-generated — the Presstest server posts results here |
| Report Token | Auto-generated on activation — authenticates the results callback |
Adding test suites
Test suites are defined in two places that must stay in sync:
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| 1.2.0 | Aug 26, 2026 | presstest-companion.zip | 3 |
| 1.1.0 | Aug 18, 2026 | presstest-companion.zip | 3 |
| 1.0.8 | Jun 10, 2026 | presstest-companion.zip | 2 |
| 1.0.7 | May 5, 2026 | presstest-companion.zip | 2 |
| 1.0.6 | May 5, 2026 | presstest-companion.zip | 3 |
| 1.0.5 | May 5, 2026 | — | — |
| 1.0.4 | May 5, 2026 | presstest-companion.zip | 0 |
| 1.0.3 | May 5, 2026 | presstest-companion.zip | 1 |
| 1.0.2 | May 5, 2026 | presstest-companion.zip | 0 |