Skip to content
Greg edited this page Feb 28, 2023 · 5 revisions

The Quality Insights Toolkit (QIT) is an initiative by WooCommerce designed to provide extension developers in the Woo Marketplace with managed automated tests.

To ensure that all extensions in the Woo Marketplace meet our quality standards, we run a series of automated tests. As part of our commitment to supporting developers, we also provide a CLI tool that enables them to easily integrate these tests into their development workflow.

Benefits for Developers

  • Out-of-the-box tests for all extensions sold on the Marketplace
  • Continuous testing of their extensions, including against new releases of PHP, WooCommerce, and WordPress
  • Increased peace of mind, knowing they'll be alerted if the tests catch anything with a future release or an edge case
  • Integration with GitHub Workflows
  • Terminal tool for easy integration with development workflow
  • Capability to run some tests with other extensions active at the same time, including those that may be known to cause issues when activated alongside theirs

Benefits for Users of the WooCommerce Ecosystem

  • Increased reliability when updating WooCommerce extensions
  • Confidence to update PHP, WordPress, or WooCommerce versions
  • Less potential security issues
  • More assurance that all extensions continue to work as expected when activated alongside each other
Clone this wiki locally