Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.92 KB

mtf_quickstart_magento.md

File metadata and controls

43 lines (29 loc) · 1.92 KB
layout group subgroup title menu_title menu_order version github_link
default
mtf-guide
30_Quickstart
Quick start. Prepare Magento application
Prepare Magento application
1
2.0
mtf/mtf_quickstart/mtf_quickstart_magento.md

Change WYSIWYG settings

A Selenium web-driver cannot enter data to fields with {% glossarytooltip 98cf4fd5-59b6-4610-9c1f-b84c8c0abd97 %}WYSIWYG{% endglossarytooltip %}. This option disables the WYSIWYG and enables the web-driver to process these fields as simple text areas.

  1. Log in to the {% glossarytooltip 18b930cf-09cc-47c9-a5e5-905f86c43f81 %}Magento Admin{% endglossarytooltip %} as an administrator.
  2. Follow Stores > Configuration > General > Content Management > WYSIWYG Options.
  3. Set Enable WYSIWYG Editor to Disabled Completely.
  4. Click Save Config.

Change content settings{:width="650px"}

Change security settings

Disable the Secret Key in {% glossarytooltip a05c59d3-77b9-47d0-92a1-2cbffe3f8622 %}URL{% endglossarytooltip %} setting to open pages using direct URLs.

  1. Follow Stores > Configuration > Advanced > {% glossarytooltip 29ddb393-ca22-4df9-a8d4-0024d75739b1 %}Admin{% endglossarytooltip %} > Security.
  2. Set Add Secret Key to URLs to No.

Change security settings{:width="650px"}

Refresh page cache

  • Go to Cache Management.

Cache Management message{:width="650px"}

  • Select the check box next to Configuration and Page Cache.
  • From the Actions list in the upper left, click Refresh.
  • Click Submit.

<< Adjust configuration | Prepare environment for test run >>