config.xml.dist 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="config.xsd">
  9. <application>
  10. <reopenBrowser>testCase</reopenBrowser>
  11. <backendLogin>admin</backendLogin>
  12. <backendPassword>123123q</backendPassword>
  13. <appBackendUrl>http://magento2ce.com/admin/</appBackendUrl>
  14. <backendLoginUrl>admin/auth/login</backendLoginUrl>
  15. </application>
  16. <isolation>
  17. <resetUrlPath>dev/tests/functional/isolation.php</resetUrlPath>
  18. <testSuite>none</testSuite>
  19. <testCase>none</testCase>
  20. <test>none</test>
  21. </isolation>
  22. <install>
  23. <host>127.0.0.1</host>
  24. <user>root</user>
  25. <password>123123q</password>
  26. <dbName>default</dbName>
  27. <baseUrl>http://magento2ce.com/</baseUrl>
  28. <backendName>backend</backendName>
  29. </install>
  30. <server>
  31. <item name="selenium">
  32. <item name="resolution" width="1366" height="768" />
  33. </item>
  34. </server>
  35. <handler>
  36. <webapi priority="0">
  37. <token>integration_token</token>
  38. </webapi>
  39. <curl priority="1" />
  40. <ui priority="2" />
  41. </handler>
  42. </config>