Selenium and Laravel 5.2

Viewed 1347

I'm getting sad,

I use Laravel 5.2 and I am developping my unit tests.

In Laravel 5.1, you could use the great Integrated lib to use selenium, but it doesn't seem to work in Laravel 5.2

So basically, Is there any kind of integration between L5.2 and Selenium, or is it imposible to use it nicely?

In this case, I should definitively have stayed in L5.1 as testing is a fundamental part of my app :(

1 Answers
Related