This script checks if plugins from WordPress.org are compatible with WordPress Playground. Plugins are sorted by active installs and downloads starting from the most popular ones.
Playground Error Report are generated daily and pushed to the reports
folder.
Plugin logs are generated daily and pushed to the logs
folder. Each plugin has its own log file with errors from the last run. Use git history to see previous days logs.
git
version control systemjq
: command-line JSON processorbun
: JavaScript runtime and toolkitgit clone https://github.com/bgrgicak/playground-tester.git
bun install
Make sure the script is executable:
chmod +x tester.sh
Run the script:
./tester.sh
-n
: Number of plugins to test.-p
: Plugin name to test.