| Current Path : /home/rtorresani/www/vendor/magento/module-login-as-customer/Test/Mftf/Data/ |
| Current File : //home/rtorresani/www/vendor/magento/module-login-as-customer/Test/Mftf/Data/UserRoleData.xml |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd">
<!--This Role has access for all resources individually -->
<entity name="CustomRoleAllResources" type="user_role">
<data key="name" unique="suffix">allAccessRole</data>
<data key="rolename">allAccessRole</data>
<data key="current_password">{{_ENV.MAGENTO_ADMIN_PASSWORD}}</data>
<data key="resourceAccess">Custom</data>
<data key="resource">
[
'Magento_Backend::dashboard',
'Magento_Analytics::analytics',
'Magento_Sales::sales',
'Magento_Catalog::catalog',
'Magento_Customer::customer',
'Magento_Cart::cart',
'Magento_Backend::myaccount',
'Magento_Backend::marketing',
'Magento_Backend::content',
'Magento_Reports::report',
'Magento_Backend::stores',
'Magento_Backend::system',
'Magento_Backend::global_search',
]
</data>
</entity>
</entities>