Skip to content

Check if plugins from WordPress.org are compatible with WordPress Playground.

Notifications You must be signed in to change notification settings

bgrgicak/playground-tester

Repository files navigation

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

  • Bash shell (available by default on most Unix-based systems, including Linux and macOS)
  • git version control system
  • jq: command-line JSON processor
  • bun: JavaScript runtime and toolkit

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

  • -n: Number of plugins to test.
  • -p: Plugin name to test.

About

Check if plugins from WordPress.org are compatible with WordPress Playground.

Topics

Resources

Stars

Watchers

Forks

Languages