
Woo E2E tests - WooCommerce
Woo E2E tests The Woo E2E (end-to-end) test suite creates a temporary WordPress installation with WooCommerce and your extension installed, then uses a scripted browser to simulate essential …
Test Packages | Easy automated tests for WooCommerce plugins and …
Overview of test packages: custom Playwright E2E tests in a standardized format that can be shared and combined for cross-plugin compatibility testing. Explains the problem (plugins test in isolation, …
Commands | Easy automated tests for WooCommerce plugins and …
Command reference for test package and environment operations. Auto-generated CLI usage for run:e2e, env:up, env:down, package:scaffold, package:publish, package:list, package:show, …
Managed Tests | Easy automated tests for WooCommerce plugins and …
Overview of managed tests: pre-built quality checks maintained by the QIT team that run remotely with zero setup. Lists all available test types (activation, security, woo-e2e, woo-api, phpstan, …
Woo API tests - WooCommerce
Woo API tests Woo API tests verify that your extension interacts cleanly with the WooCommerce REST API. By creating and manipulating products, orders, and customers through API requests, these …
Local test environment introduction - qit.woo.com
Introduction to the QIT local test environment. Ephemeral Docker-based WordPress+WooCommerce environments created with `qit env:up` and removed with `qit env:down`. Covers prerequisites …
Environment Configuration | Easy automated tests for WooCommerce ...
Guide to named environments in qit.json, an optional feature for reusing WordPress/WooCommerce/PHP version combinations across multiple profiles. Covers all …
Getting Started | Easy automated tests for WooCommerce plugins and ...
Get started with QIT — let your AI coding agent handle installation, authentication, and testing, or run the CLI commands yourself. Same tool, you choose who drives.
Recommended Tools | Easy automated tests for WooCommerce …
The recommended MCP servers and tools for using QIT with AI coding agents. Covers Playwright MCP for browser observation, Xdebug MCP for PHP debugging, and how they work together in a typical …
PHPCompatibility tests | Easy automated tests for WooCommerce …
PHPCompatibility tests PHPCompatibility tests analyze your extension’s codebase against a range of PHP versions to ensure broad compatibility. By identifying deprecated features, incompatible …