https://github.com/dbrekelmans/browser-driver-installer

Helps you install the appropriate browser driver

https://github.com/dbrekelmans/browser-driver-installer

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.7%) to scientific vocabulary

Keywords

browser-driver chromedriver hacktoberfest
Last synced: 11 months ago · JSON representation

Repository

Helps you install the appropriate browser driver

Basic Info
  • Host: GitHub
  • Owner: dbrekelmans
  • License: mit
  • Language: PHP
  • Default Branch: main
  • Homepage:
  • Size: 789 KB
Statistics
  • Stars: 45
  • Watchers: 4
  • Forks: 13
  • Open Issues: 1
  • Releases: 37
Topics
browser-driver chromedriver hacktoberfest
Created almost 6 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

browser-driver-installer

This command-line tool helps you install browser drivers. A common use-case is to install a browser driver to run your functional test suite.

Why

While running automated testing tools in CI, you might currently install the latest version of your browser and browser driver. These can become out-of-sync (for example: a new driver is released, but the matching browser is only released a few days later).

This tool installs a driver for you that will always work with your installed browser.

Installation

Phive

Install with phive install bdi or phive install dbrekelmans/browser-driver-installer.

Run with tools/bdi <command>.

See https://github.com/phar-io/phive for information about phive itself.

Composer

Install with composer require --dev dbrekelmans/bdi.

Run with vendor/bin/bdi <command> or vendor/bin/bdi.phar <command>

To prevent dependency conflicts, dbrekelmans/bdi is a PHAR-only distribution. You can install the package including dependencies with composer require --dev dbrekelmans/browser-driver-installer

Download PHAR

You can download the PHAR directly from the github releases page.

Run with bdi.phar <command>.

Usage

Run bdi or bdi detect to automatically detect your installed browsers and install the corresponding drivers.

If you want to install any working driver for a specific browser, run bdi browser:<browser-name>. If you want to install a specific driver, run bdi driver:<driver-name> (defaults to the latest version. Use --driver-version=<version> to install a different version). You can specify a directory where the driver will be installed with bdi detect <path-to-directory>.

For a full list of available commands, run bdi list.

Supported drivers

  • chromedriver
  • geckodriver

Supported browsers

  • google-chrome
  • chromium
  • firefox

Owner

  • Name: Daniël Brekelmans
  • Login: dbrekelmans
  • Kind: user
  • Location: Netherlands
  • Company: @questline-solutions

GitHub Events

Total
  • Release event: 1
  • Watch event: 2
  • Issue comment event: 8
  • Push event: 2
  • Pull request review event: 9
  • Pull request review comment event: 9
  • Pull request event: 3
  • Create event: 1
Last Year
  • Release event: 1
  • Watch event: 2
  • Issue comment event: 8
  • Push event: 2
  • Pull request review event: 9
  • Pull request review comment event: 9
  • Pull request event: 3
  • Create event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 101
  • Total Committers: 10
  • Avg Commits per committer: 10.1
  • Development Distribution Score (DDS): 0.188
Past Year
  • Commits: 3
  • Committers: 2
  • Avg Commits per committer: 1.5
  • Development Distribution Score (DDS): 0.333
Top Committers
Name Email Commits
Daniël Brekelmans d****s 82
Laurent Clouet l****t@w****l 7
Kevin van Sonsbeek k****7@m****m 3
chris c****s@s****e 2
Gurdarrag c****r@g****m 2
Nicolas Hart n****t 1
Michael Picard m****d 1
Maarten Nusteling m****g@g****m 1
Kevin Bond k****d@g****m 1
Charly Goblet m****o 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 41
  • Total pull requests: 58
  • Average time to close issues: 4 months
  • Average time to close pull requests: 25 days
  • Total issue authors: 15
  • Total pull request authors: 12
  • Average comments per issue: 1.59
  • Average comments per pull request: 1.16
  • Merged pull requests: 54
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 18 days
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 4.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • dbrekelmans (25)
  • KevinVanSonsbeek (3)
  • Shujee (1)
  • gnito-org (1)
  • mkrizanec-undabot (1)
  • 6562680 (1)
  • storm1er (1)
  • yblatti (1)
  • oleg-andreyev (1)
  • fmonts (1)
  • brockfanning (1)
  • Prometee (1)
  • dunglas (1)
  • kbond (1)
Pull Request Authors
  • dbrekelmans (37)
  • laurent35240 (7)
  • KevinVanSonsbeek (5)
  • oleg-andreyev (4)
  • Gurdarrag (2)
  • Chris53897 (2)
  • michael-picard (2)
  • nclsHart (1)
  • mocodo (1)
  • nusje2000 (1)
  • yblatti (1)
  • kbond (1)
Top Labels
Issue Labels
enhancement (23) good first issue (14) bug (7) help wanted (2)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • packagist 6,895 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 37
  • Total maintainers: 1
packagist.org: dbrekelmans/browser-driver-installer

Helps you install the appropriate browser driver.

  • Versions: 37
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 6,895 Total
Rankings
Stargazers count: 3.8%
Forks count: 6.3%
Downloads: 14.6%
Average: 15.4%
Dependent packages count: 19.1%
Dependent repos count: 33.5%
Maintainers (1)
Funding
Last synced: 11 months ago

Dependencies

composer.json packagist
  • doctrine/coding-standard ^8.0 development
  • phpstan/phpstan ^0.12.36 development
  • phpstan/phpstan-phpunit ^0.12.16 development
  • phpstan/phpstan-strict-rules ^0.12.5 development
  • phpunit/phpunit ^8.5 development
  • psalm/plugin-phpunit ^0.12|^0.13 development
  • roave/security-advisories dev-master development
  • thecodingmachine/phpstan-safe-rule ^1.0 development
  • thecodingmachine/phpstan-strict-rules ^0.12.0 development
  • vimeo/psalm ^3.18|^4.0 development
  • ext-json *
  • ext-zip *
  • ext-zlib *
  • myclabs/php-enum ^1.7
  • php ^7.2|^8.0
  • symfony/console ^5.1
  • symfony/filesystem ^5.1
  • symfony/http-client ^5.1
  • symfony/polyfill-php80 ^1.18
  • symfony/process ^5.1
  • thecodingmachine/safe ^1.1