headless.yml 571 B

12345678910111213
  1. # `headless` environment config goes here
  2. modules:
  3. enabled:
  4. - \Magento\FunctionalTestingFramework\Module\MagentoWebDriver
  5. - \Magento\FunctionalTestingFramework\Helper\Acceptance
  6. config:
  7. \Magento\FunctionalTestingFramework\Module\MagentoWebDriver:
  8. browser: 'chrome'
  9. window_size: false
  10. capabilities:
  11. chromeOptions:
  12. args: ["--headless", "--disable-gpu", "--disable-extensions"]
  13. binary: "/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome"