2017 © Pedro Peláez
 

composer-plugin chromedriver

Utility for installing Chromedriver, whatever platform you are on, for use with Behat

image

lbaey/chromedriver

Utility for installing Chromedriver, whatever platform you are on, for use with Behat

  • Saturday, May 5, 2018
  • by lbaey
  • Repository
  • 2 Watchers
  • 9 Stars
  • 9,981 Installations
  • PHP
  • 1 Dependents
  • 1 Suggesters
  • 6 Forks
  • 4 Open issues
  • 4 Versions
  • 14 % Grown

The README.md

Chrome Driver packaged in Composer

This is the composer dependency you want if you happen to do some Behat testing with Selenium. It will download the adequat chromedriver version for your dev platform, whether it's Linux (32bits or 64bits), OSX or Windows., (*1)

Use it like a regular composer dependency, although it's a composer plugin., (*2)

composer require lbaey/chromedriver 1.1

Feel free to contribute, PR's are read and welcome, (*3)

If you use se/selenium-server-standalone, run it with, (*4)

./bin/selenium-server-standalone -Dwebdriver.chrome.driver=$PWD/bin/chromedriver

Configuring Extra

If your dev platform happens to be coherent with your test platform, you can by-pass platform selection with :, (*5)

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

By default the latest release is installed. If you want a specific version of chromedriver, use :, (*6)

"extra": {
    "lbaey/chromedriver": {
        "chromedriver-version": "2.33"
    }
},

The Versions

05/05 2018

dev-master

9999999-dev https://github.com/lbaey

Utility for installing Chromedriver, whatever platform you are on, for use with Behat

  Sources   Download

MIT

The Requires

  • php >=7.0
  • composer-plugin-api ^1
  • ext-zip *

 

by Laurent Baey

selenium behat windows mac linux osx browser testing chromedriver

12/10 2017

1.1.0

1.1.0.0 https://github.com/lbaey

Utility for installing Chromedriver, whatever platform you are on, for use with Behat

  Sources   Download

MIT

The Requires

  • php >=7.0
  • ext-zip *
  • composer-plugin-api ^1

 

by Laurent Baey

selenium behat windows mac linux osx browser testing chromedriver

20/06 2017

1.0

1.0.0.0 https://github.com/lbaey

Utility for installing Chromedriver, whatever platform you are on, for use with Behat

  Sources   Download

MIT

The Requires

  • php >=7.0
  • ext-zip *
  • composer-plugin-api ^1

 

by Laurent Baey

selenium behat windows mac linux osx browser testing chromedriver

20/06 2017

dev-test-cache

dev-test-cache https://github.com/lbaey

Utility for installing Chromedriver, whatever platform you are on, for use with Behat

  Sources   Download

MIT

The Requires

  • php >=7.0
  • ext-zip *
  • composer-plugin-api ^1

 

by Laurent Baey

selenium behat windows mac linux osx browser testing chromedriver