From b59e6fb6838871b37de525cb0c25e6c3fcf40f15 Mon Sep 17 00:00:00 2001 From: Rostislav Wolny Date: Mon, 8 Jul 2024 15:59:48 +0200 Subject: [PATCH] Add instructions for running individual acceptance test in premium --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a61d8bfe5..a92bc0e36c 100644 --- a/README.md +++ b/README.md @@ -204,9 +204,15 @@ cd ../mailpoet-premium # switch to premium plugin directory ./do test:unit --file=tests/unit/Config/EnvTest.php ``` +#### Acceptance test in the premium plugin + +```shell +cd ./mailpoet-premium # switch to premium plugin directory on your local machine +./do test:acceptance --skip-deps --file tests/acceptance/PremiumCheckCest.php +``` + ## TODO - [ ] Install WooCommerce - [ ] Install Members - [ ] Install other useful plugins by default -- [ ] Run individual acceptance test in premium plugin