From e477d765c29d62b0756f44ad6b571c41f5ce2e6e Mon Sep 17 00:00:00 2001 From: Hardy Johnson Date: Sat, 1 Mar 2025 16:37:57 -0800 Subject: [PATCH] Update Magento2 testing links. --- configuration/magento2-testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/magento2-testing.md b/configuration/magento2-testing.md index 4ea8bb6..9529965 100644 --- a/configuration/magento2-testing.md +++ b/configuration/magento2-testing.md @@ -52,7 +52,7 @@ If you have {doc}`configured Xdebug `, run Unit tests inside **Debug** c $ grunt spec: ``` -For more specific jasmine unit test instructions, see the Magento DevDocs ([Magento 2.4](https://devdocs.magento.com/guides/v2.4/test/js/jasmine.html)) +For more specific jasmine unit test instructions, see the Magento DevDocs ([Magento 2.4](https://developer.adobe.com/commerce/testing/guide/js/)) ### Troubleshooting @@ -312,7 +312,7 @@ To run Acceptance tests you need to {doc}`configure the MFTF environment ` ELASTICSEARCH_VERSION=7 SELENIUM_HOST=selenium ``` - More details can be found [in Magento DevDocs](https://devdocs.magento.com/mftf/docs/configuration.html). + More details can be found [in Magento DevDocs](https://developer.adobe.com/commerce/testing/functional-testing-framework/configuration/). ### Execution