ProductVideoData.xml 614 B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd">
  10. <entity name="mftfTestProductVideo" type="product_video">
  11. <data key="videoUrl">https://youtu.be/bpOSxM0rNPM</data>
  12. <data key="videoTitle">Arctic Monkeys - Do I Wanna Know? (Official Video)</data>
  13. <data key="videoShortTitle">Arctic Monkeys</data>
  14. </entity>
  15. </entities>