Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save polevaultweb/bfb31db11b76cdec762848bccd5f94e1 to your computer and use it in GitHub Desktop.

Select an option

Save polevaultweb/bfb31db11b76cdec762848bccd5f94e1 to your computer and use it in GitHub Desktop.
Automated Acceptance Testing with Codeception

One of the biggest drains on our development team is manually performing acceptance tests for each release of our WordPress plugins. It's time consuming and expensive, in terms of both man hours and time taken away from actual product development. Manual testing like this just doesn't scale.

So what's the solution? Hire a tester or a testing team? Still not scalable. This talk covers how it is possible to automate 99% of manual tests with the testing framework Codeception, and how we are integrating it into our testing process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment