Skip to content

Commit f96bbf5

Browse files
authored
Merge pull request #496 from DanieliMi/add-webserver-configuration-to-docs
Add webserver configuration to docs
2 parents 2df6ebf + 079e3f5 commit f96bbf5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/getting-started.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<div class="bs-callout bs-callout-info" markdown="1">
44
[Find your MFTF version][] of the MFTF.
5-
The latest Magento 2.3 release supports MFTF 2.3.13.
6-
The latest Magento 2.2 release supports MFTF 2.3.8.
5+
The latest Magento 2.3.x release supports MFTF 2.4.5.
6+
The latest Magento 2.2.x release supports MFTF 2.4.5.
77
</div>
88

99
## Prepare environment {#prepare-environment}
@@ -97,6 +97,10 @@ bin/magento config:set admin/security/admin_account_sharing 1
9797
bin/magento config:set admin/security/use_form_key 0
9898
```
9999

100+
### Webserver configuration {#web-server-configuration}
101+
102+
The MFTF does not support executing CLI commands if your web server points to `<MAGE_ROOT_DIR>/pub` directory as recommended in the [Installation Guide][Installation Guide docroot]. For the MFTF to execute the CLI commands, the web server must point to the Magento root directory.
103+
100104
### Nginx settings {#nginx-settings}
101105

102106
If Nginx Web server is used on your development environment then **Use Web Server Rewrites** setting in **Stores** > Settings > **Configuration** > **Web** > **Search Engine Optimization** must be set to **Yes**.
@@ -340,3 +344,4 @@ allure serve dev/tests/_output/allure-results/
340344
[Set up a standalone MFTF]: #set-up-a-standalone-mftf
341345
[test suite]: suite.html
342346
[Find your MFTF version]: introduction.html#find-your-mftf-version
347+
[Installation Guide docroot]: https://devdocs.magento.com/guides/v2.3/install-gde/tutorials/change-docroot-to-pub.html

0 commit comments

Comments
 (0)