2017 © Pedro PelĂĄez
 

library chromiuman

Codeception Extension for automatically starting and stoping Chromedriver when running tests

image

mario-naether/chromiuman

Codeception Extension for automatically starting and stoping Chromedriver when running tests

  • Friday, January 12, 2018
  • by mario-naether
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

chromiumman

Codeception Extension for automatically starting and stoping Chromedriver when running tests, (*1)

Minimum Requirements

  • Codeception 2.3
  • PHP 7.0

Install

$ composer require mario-naether/chromiuman

Install a newer version of chromium driver

"extra": {
    "lbaey/chromedriver": {
      "bypass-select" : true,
      "chromedriver-version": "74.0.3729.6"
    }
}

Enabling Chromiuman with defaults

extensions:
    enabled: 
        - Codeception\Extension\Chromiuman

Enabling Chromiuman with settings

extensions:
    enabled: 
        - Codeception\Extension\Chromiuman
    config: 
        Codeception\Extension\Chromiuman
            logDir: '/var/logs/chromedriver/'
            path: '/usr/bin/chromedriver'

Enabling Chrome/Chromium in acceptance.suite.yml

modules:
    enabled:
        - WebDriver:
            url: http://www.google.de
            browser: chrome
            capabilities:
                chromeOptions:
                  args: ["disable-infobars", "headless","disable-gpu", "window-size=1920x1080"]
                  #binary: "path/to/chrome.exe"

The Versions

12/01 2018

dev-master

9999999-dev

Codeception Extension for automatically starting and stoping Chromedriver when running tests

  Sources   Download

MIT

The Requires

 

by Mario NĂ€ther

12/01 2018

1.0.0

1.0.0.0

Codeception Extension for automatically starting and stoping Chromedriver when running tests

  Sources   Download

MIT

The Requires

 

by Mario NĂ€ther

11/08 2017

0.2.0

0.2.0.0

Codeception Extension for automatically starting and stoping Chromedriver when running tests

  Sources   Download

MIT

The Requires

 

by Mario NĂ€ther

28/06 2017

0.1.0

0.1.0.0

Codeception Extension for automatically starting and stoping Chromedriver when running tests

  Sources   Download

MIT

The Requires

 

by Mario NĂ€ther