jasondewitt/ansible-wpcli-wrapper

need more tests

jasondewitt opened this issue · 0 comments

Need to write more and better tests, now that I have a working systemd container, I can fully install WordPress during test runs. This is a preliminary list of new test scenarios

Test Scenarios

Install WordPress (default)

  • download wordpress
  • create database
  • install wordpress
  • install newest version of a plugin
  • install newest version of a theme
  • activate plugin
  • activate theme

Install WordPress Multisite

  • download wordpress
  • create database
  • install wordpress multisite
  • create new site on network
  • install latest version of two plugins
  • install latest version of a theme
  • activate one plugin on a single site
  • activate one plugin network wide
  • activate theme on network for use
  • activate theme on sub-site

Upgrade WordPress

  • install older version of wordpress
  • create database
  • install wordpress
  • upgrade to latest wp version
  • install old plugin
  • install old theme
  • upgrade plugin to latest
  • upgrade theme to latest