Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Release Testing Instructions WooCommerce Admin 2.2.0

Joshua T Flowers edited this page Mar 24, 2021 · 1 revision

To set up the test environment:

  • Install WordPress
  • Install and activate the WP Crontrol plugin.
  • Install and activate the WP phpMyAdmin plugin.
  • Install and activate the WooCommerce plugin.
  • SKIP the onboarding wizard after WooCommerce is activated.
  • Install and activate the WooCommerce Admin using by downloading woocommerce-admin.zip from the 2.2.0-plugin heading on the Github Releases page. Direct Download Link

Smoke Test Checklist

Testing instructions for smoke tests can be found in the Smoke Test Checklist wiki page.

New Features

Testing instructions for new features can be found under the 2.2.0 section of the TESTING_INSTRUCTIONS.md file.

Running SQL Queries with WP phpMyAdmin

  • Have the WP phpMyAdmin plugin installed and enabled
  • Select WP-phpMyAdmin in the left navigation, and click Enter phpMyAdmin
  • Select the database name and then click SQL in the top navigation - screenshot
  • It should say Run SQL query/queries on database DB_NAME: - screenshot
  • Paste any SQL queries in the input field and click Go, this will run the SQL queries