Helpers to write Selenium tests in Laravel.
pelletiermaxime/laravel-selenium is a Laravel package for helpers to write selenium tests in laravel..
It currently has 1 GitHub stars and 9 downloads on Packagist (latest version 0.1).
Install it with composer require pelletiermaxime/laravel-selenium.
Discover more Laravel packages by pelletiermaxime
or browse all Laravel packages to compare alternatives.
Last updated
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 while still having all the flexibility of Selenium and to test Javascript applications.
$ composer require pelletiermaxime/laravel-selenium --dev
Pelletiermaxime\LaravelSelenium\LaravelSeleniumServiceProvider::class,
php artisan selenium:download
Automatically download the Selenium Server jar file and Chromedriver
Please see CHANGELOG for more information what has changed recently.
The MIT License (MIT). Please see License File for more information.