0

how to set up codeception headless mode for EDGE

config is set like this (just like headless mode for Chrome, where headless mode works), but tests still run in nonHeadless mode in EDGE

modules:
   enabled:
        - WebDriver:
      config:
        WebDriver:
          browser: MicrosoftEdge
          window_size: 1920x1080
          capabilities:
                  EdgeOptions:
                    args: [ "--headless", "--disable-gpu", "--no-sandbox" ]
                    binary: ""
Marcin Orlowski
  • 72,056
  • 11
  • 123
  • 141
Dexter
  • 1
  • 1
  • I can reproduce the issue. I searched online but didn't find documentations about Edge configurations in codeception. I suggest that you can open an issue on [Codeception GitHub](https://github.com/Codeception/Codeception/issues) about this. – Yu Zhou Sep 22 '22 at 06:32

0 Answers0