You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,18 @@ The MFTF does not support executing CLI commands if your web server points to `<
121
121
122
122
If the Nginx Web server is used on your development environment, then **Use Web Server Rewrites** setting in **Stores** > Settings > **Configuration** > **General** > **Web** > **Search Engine Optimization** must be set to **Yes**.
123
123
124
+
Or via command line:
125
+
126
+
```bash
127
+
bin/magento config:set web/seo/use_rewrites 1
128
+
```
129
+
130
+
You must clean the cache after changing the configuration values:
131
+
132
+
```bash
133
+
bin/magento cache:clean config full_page
134
+
```
135
+
124
136
To be able to run Magento command line commands in tests, add the following location block to the Nginx configuration file in the Magento root directory:
0 commit comments