Skip to content

Mink driver for the W3C WebDriver Classic protocol

License

Notifications You must be signed in to change notification settings

aik099/webdriver-classic-driver

 
 

Repository files navigation

Mink WebDriver Classic Driver

Latest Stable Version Latest Unstable Version Total Downloads CI License codecov

Installation

composer require behat/mink mink/webdriver-classic-driver

Testing

  1. Start WebDriver
    1. If you have Docker installed, run
    docker run -p 4444:4444 selenium/standalone-firefox:2.53.1
    1. If you do not have Docker, but you have Java
    curl -L https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.1.jar > selenium-server-standalone-2.53.1.jar
    java -jar selenium-server-standalone-2.53.1.jar
  2. Start WebServer by running
    ./vendor/bin/mink-test-server
  3. Start PhpUnit
    ./vendor/bin/phpunit -v --coverage-clover=coverage.clover

About

Mink driver for the W3C WebDriver Classic protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.5%
  • PHP 29.5%