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.1

louwie17 edited this page Feb 23, 2021 · 15 revisions

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 plugin, using the woocommerce-admin.zip file in the Github Releases. Use the release titled with the -plugin suffix (2.1 beta 1 release).

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 2.1.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