File tree Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 55 - \Magento\FunctionalTestingFramework\Helper\Acceptance
66 config :
77 \Magento\FunctionalTestingFramework\Module\MagentoWebDriver :
8- browser : chrome
9- window_size : maximize
8+ browser : ' chrome'
9+ capabilities :
10+ chromeOptions :
11+ args : ["--start-maximized", "--disable-extensions", "--enable-automation"]
Original file line number Diff line number Diff line change 55 - \Magento\FunctionalTestingFramework\Helper\Acceptance
66 config :
77 \Magento\FunctionalTestingFramework\Module\MagentoWebDriver :
8- browser : firefox
8+ browser : ' firefox'
9+ restart : true
910 window_size : maximize
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 55 - \Magento\FunctionalTestingFramework\Helper\Acceptance
66 config :
77 \Magento\FunctionalTestingFramework\Module\MagentoWebDriver :
8- browser : phantomjs
8+ browser : ' phantomjs'
You can’t perform that action at this time.
0 commit comments