From 235affdc02931b869ecbc1abecedfec3adb7db91 Mon Sep 17 00:00:00 2001 From: Raul E Watson Date: Tue, 30 Jul 2019 23:16:02 +0100 Subject: [PATCH 1/3] SMALL_CHANGE: Minor change suggested --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 2d3a6b8d9..6b884b6e2 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -100,7 +100,7 @@ location ~* ^/dev/tests/acceptance/utils($|/) { ## Set up an embedded MFTF {#setup-framework} -This is a default setup that you would need to start using the MFTF to cover your Magento project with functional testing. +This is a default setup of the MFTF that you would need to start using to cover your Magento project with functional testing. It installs the framework using an existing Composer dependency such as `magento/magento2-functional-testing-framework`. If you want to set up the MFTF as a standalone tool, refer to [Set up a standalone MFTF][]. From 2ca3d952a91296e7942bc7f3b0e205c68f2814eb Mon Sep 17 00:00:00 2001 From: Raul E Watson Date: Tue, 30 Jul 2019 23:23:17 +0100 Subject: [PATCH 2/3] SMALL_CHANGE: Minor change suggested --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 6b884b6e2..e3f68ad2e 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -100,7 +100,7 @@ location ~* ^/dev/tests/acceptance/utils($|/) { ## Set up an embedded MFTF {#setup-framework} -This is a default setup of the MFTF that you would need to start using to cover your Magento project with functional testing. +This is the default setup of the MFTF that you would need to start using to cover your Magento project with functional tests. It installs the framework using an existing Composer dependency such as `magento/magento2-functional-testing-framework`. If you want to set up the MFTF as a standalone tool, refer to [Set up a standalone MFTF][]. From 658dc225d9ff7b6b222bc5ac221abc207e2e93bb Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Wed, 31 Jul 2019 11:44:21 -0500 Subject: [PATCH 3/3] Small grammar fixup. --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index e3f68ad2e..84e19af2e 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -100,7 +100,7 @@ location ~* ^/dev/tests/acceptance/utils($|/) { ## Set up an embedded MFTF {#setup-framework} -This is the default setup of the MFTF that you would need to start using to cover your Magento project with functional tests. +This is the default setup of the MFTF that you would need to cover your Magento project with functional tests. It installs the framework using an existing Composer dependency such as `magento/magento2-functional-testing-framework`. If you want to set up the MFTF as a standalone tool, refer to [Set up a standalone MFTF][].