Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.47 KB

README.md

File metadata and controls

29 lines (16 loc) · 1.47 KB

WP Acceptance

WP Acceptance is a toolkit that empowers developers and CI pipelines to test codebases using version controlled acceptance tests and sharable, defined file and database snapshots.

☞ Read the docs

Requirements

  • PHP 7.2+
  • mysqli PHP extension
  • Docker

WP Local Docker is highly recommended as the local development environment but not required.

Note: WP Acceptance should be run on your HOST machine and not within Docker.

How It Works

There are many acceptance tests frameworks out there. They all have one major flaw - everyone executing the acceptance tests must be running the exact same code on the exact same database and environment to guarantee the same results. Ensuring a team of developers (and a CI pipeline) are all using the same database in the same environment has been nearly impossible until now. WP Acceptance is unique in that it allows you to run your acceptance tests against a codebase in a defined, distributable file and database snapshot.

Install

Installation instructions are on the docs site.

Usage

Learn how to use WP Acceptance on the docs site