Your IP : 216.73.216.79


Current Path : /var/www/html/dyna-hr/vendor/codeception/base/tests/
Upload File :
Current File : /var/www/html/dyna-hr/vendor/codeception/base/tests/web.suite.yml

class_name: WebGuy
modules:
  enabled: [WebDriver, WebHelper]
  config:
    WebDriver:
      url: http://localhost:8000
      browser: firefox
      window_size: 1200x768
      restart: true # Use a new browser window for each test (to isolate test cases from each other)
env:
  fast:
    modules:
      config:
        WebDriver:
          restart: false
  phantom:
    modules:
      config:
        WebDriver:
          browser: phantomjs
          port: 4455
  chrome:
    modules:
      config:
        WebDriver:
          browser: chrome
  headless:
    modules:
      config:
        WebDriver:
          browser: chrome
          window_size: false
          capabilities:
            chromeOptions:
              args: ["--headless", "--disable-gpu", "--disable-extensions"]
              binary: "/usr/bin/google-chrome"
  chromedriver:
    modules:
      config:
        WebDriver:
          browser: chrome
          port: 9515 # ChromeDriver port
          window_size: false
          capabilities:
            chromeOptions:
              args: ["--headless", "--disable-gpu"]
              binary: "/usr/bin/google-chrome"