Laravel-Selenium icon indicating copy to clipboard operation
Laravel-Selenium copied to clipboard

Selenium Testing for Laravel 5

Results 5 Laravel-Selenium issues
Sort by recently updated
recently updated
newest added

I'm running this library in **Laravel 5.8** There is a problem with arguments. steward return fatal error and after many search saw this error in logs : ``` There was...

The command `php artisan selenium:make:test` create a class without a namespace. so we can't run `vendor/bin/steward run staging chrome` The output class should has a `Tests` namespace ```php

enhancement

Hi, I'm learning how to use Laravel-Selenium making a basic excersise. I have an input submit which have the value "**_Guardar_**" ![captura](https://user-images.githubusercontent.com/8661313/45931851-6eef0780-bf39-11e8-876c-652b6e7cb7a8.PNG) And this is my test, where I perform...

feature

Thank you for your excellent package modelizer/laravel-selenium. I am trying to test an uploaded file with: ``` ->see(sprintf('Add an Image to %d', $this->Lodge->lodge_number)) ->attachFile('image', __DIR__.'/lodge81.jpg') ->type('My Image Description for '.$this->Lodge->lodge_name,...

feature
api

tick($name) or check($name) not working. look like this methods just not exist. can't find them in your code.

feature
api