pelletiermaxime / laravel-selenium by pelletiermaxime

Helpers to write Selenium tests in Laravel.
7
1
2
Package Data
Maintainer Username: pelletiermaxime
Package Create Date: 2016-09-06
Package Last Update: 2016-09-12
Language: PHP
License: MIT
Last Refreshed: 2024-05-03 15:21:22
Package Statistics
Total Downloads: 7
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Laravel Selenium

Latest Stable Version Latest Unstable Version Software License Total Downloads

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.

Usage

Install via Composer

$ composer require pelletiermaxime/laravel-selenium --dev

Add the Service Provider in app.php

Pelletiermaxime\LaravelSelenium\LaravelSeleniumServiceProvider::class,

Use the artisan commands

php artisan selenium:download

Automatically download the Selenium Server jar file and Chromedriver

Change log

Please see CHANGELOG for more information what has changed recently.

Credits

License

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