Skip to content

oleg-andreyev/MinkPhpWebDriver

Folders and files

NameName
Last commit message
Last commit date
Dec 28, 2024
Nov 13, 2024
Dec 10, 2024
Nov 13, 2024
Nov 13, 2024
Sep 4, 2019
Jul 11, 2023
Nov 13, 2024
Nov 13, 2024
Jan 30, 2021
Jan 16, 2021
Dec 28, 2024
Dec 28, 2024
Nov 13, 2024
Nov 13, 2024
Nov 13, 2024

Repository files navigation

MinkPhpWebDriver

Latest Stable Version Latest Unstable Version Total Downloads CI License codecov

Initially it's started as PR to MinkSelenium2Driver

Major updates include:

  • Switch to using facebook/webdriver
  • Update minimum php version to 8.1
  • Tested against the latest Google Chrome and Mozilla Firefox both in GUI and Headless modes

Setup

Install oleg-andreyev/mink-phpwebdriver

composer require oleg-andreyev/mink-phpwebdriver

Behat Extension

https://github.com/oleg-andreyev/MinkPhpWebdriverExtension

Testing

./bin/start_webdriver.sh &
# ./bin/start_driver.sh <browser> <version>
./bin/start_driver.sh chrome latest &
BROWSER_NAME=chrome ./bin/phpunit

This will download the latest driver for specified browser and will execute phpunit

Running GitHub Action locally

Follow https://github.com/shivammathur/setup-php#local-testing-setup

Copyright

Copyright (c) 2024 Oleg Andreyev oleg@andreyev.lv