woocommerce-paypal-payments/modules/ppcp-agentic-commerce/docs/testing.md
2025-10-23 20:39:03 +02:00

416 B

Testing

Unit tests for this module are located in the tests/PHPUnit/AgenticCommerce directory.

To run them, use the command:

# Run regular unit tests, stop on first failure.
yarn ddev:tdd Agentic

# Run integration tests, stop on first failure.
yarn ddev:tdd:integration Agentic

Note that the integration tests require a basic setup. See the Integration-Test Readme