/plugin-sample-project

A basic, container-based, setup to test a WordPress plugin using Codeception and wp-browser.

Primary LanguagePHP

Yet another WordPress plugin test setup example project

A basic, container-based, setup to test a WordPress plugin with Codeception and wp-browser.

Requirements

  1. Composer
  2. Docker
  3. docker-compose

Getting started

  1. Run composer install and install the required dependencies.
  2. Run docker-compose up and start the Docker stack.
  3. Run vendor/bin/codecept run acceptance to run a first test.