Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.63 KB

README.md

File metadata and controls

35 lines (30 loc) · 1.63 KB

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