bgrgicak / playground-tester

Check if plugins from WordPress.org are compatible with WordPress Playground.
https://wordpress.org/playground/
5 stars 0 forks source link
wordpress-playground

Playground compatibility tester

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.

SQL Errors Report

PHP Errors Report

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.

Dependencies

Installation

  1. Clone the repository:
    git clone https://github.com/bgrgicak/playground-tester.git
  2. Install dependencies:
    bun install

Running the Script

  1. Make sure the script is executable:

    chmod +x tester.sh
  2. Run the script:

    ./tester.sh

Options