|
- Validation tests | Easy automated tests for WooCommerce plugins and . . .
Woo — As noted in the WooCommerce plugin creation documentation, this will be automatically added during deployment Including it manually may cause issues and will be warned against
- Running custom E2E tests - qit. woo. com
SUT: Usually defined by specifying a woo_extension argument, using a local qit yml, or providing a --source parameter QIT infers which extension is the primary one to test
- Introduction to QIT | Easy automated tests for . . . - WooCommerce
Woo E2E tests run:woo-e2e Woo API tests run:woo-api Activation tests run:activation Security tests run:security PHPStan tests run:phpstan PHPCompatibility tests run:phpcompatibility Malware tests run:malware Validation tests run:validation WordPress org Plugin Check tests run:plugin-check Performance tests (Coming soon) Custom tests Custom E2E
- Setting up your local test environment - qit. woo. com
Not for managed tests: Managed tests, such as activation, Woo E2E, or security tests, always run in QIT’s cloud environment The local environment will not affect these tests
- Woo E2E tests - WooCommerce
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 store operations
- Introduction to managed tests - WooCommerce
Woo E2E test: Simulates key WooCommerce customer journeys, verifying that your extension does not break core store flows Woo API test: Validates API endpoints and their responses under various conditions
- Installing the QIT CLI - qit. woo. com
The QIT Command Line Interface (CLI) is your primary tool for running tests locally and integrating QIT into your development workflow Installing it globally via Composer is often the most convenient approach If you don't have Composer installed, refer to the official Composer documentation before proceeding
- Running tests via the woocommerce. com dashboard
Choose the test type you wish to run, such as Activation, Woo E2E, or Security Pick the versions of WordPress and WooCommerce you'd like to test against Click Confirm and run test to queue the test run The dashboard will display a status such as Pending, Running, or Complete Once finished, you can view detailed results Viewing results and
|
|
|