2017 © Pedro Peláez
 

library laravel-selenium

Helpers to write Selenium tests in Laravel.

image

pelletiermaxime/laravel-selenium

Helpers to write Selenium tests in Laravel.

  • Monday, September 12, 2016
  • by pelletiermaxime
  • Repository
  • 2 Watchers
  • 1 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Laravel Selenium

Latest Stable Version Latest Unstable Version Software License ![Total Downloads][ico-downloads], (*1)

This package contains helpers to setup Selenium for Laravel and eventually will try to replicate the complete API of the InteractsWithPages trait of Laravel to have a great fluent API and to be able to use tools like [Laravel TestTools][link-testtools] while still having all the flexibility of Selenium and to test Javascript applications., (*2)

Usage

Install via Composer

``` bash $ composer require pelletiermaxime/laravel-selenium --dev, (*3)


### Add the Service Provider in app.php ```php Pelletiermaxime\LaravelSelenium\LaravelSeleniumServiceProvider::class,

Use the artisan commands

php artisan selenium:download

Automatically download the Selenium Server jar file and Chromedriver, (*4)

Change log

Please see CHANGELOG for more information what has changed recently., (*5)

Credits

License

The MIT License (MIT). Please see License File for more information., (*6)

The Versions

12/09 2016

dev-master

9999999-dev

Helpers to write Selenium tests in Laravel.

  Sources   Download

MIT

The Requires

 

12/09 2016

0.1

0.1.0.0

Helpers to write Selenium tests in Laravel.

  Sources   Download

MIT

The Requires