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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,18 @@ The MFTF does not support executing CLI commands if your web server points to `<
117
117
118
118
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**.
119
119
120
+
or via command line:
121
+
122
+
```bash
123
+
bin/magento config:set web/seo/use_rewrites 1
124
+
```
125
+
126
+
Clean the cache after changing the configuration values:
127
+
128
+
```bash
129
+
bin/magento cache:clean config full_page
130
+
```
131
+
120
132
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