Anteris-Dev / skaffold-laravel

Skaffolds a Laravel project ready to run in a Docker container.
1 stars 1 forks source link

Suppport for Laravel Dusk #2

Open aidan-casey opened 3 years ago

aidan-casey commented 3 years ago

The goal of this package is to give developers full functionality of Laravel from development to production. Considering this, we should probably add support for Laravel Dusk.

To run Selenium in a separate container, this would require the following:

There is also the option to run Selenium in the workspace container. This would require the following:

I am creating this here so we can run some tests and decide on the best course of action. I would really prefer to prevent this from becoming another bloated Docker package like Laradock.

aidan-casey commented 3 years ago

To the point of Laradock, we are not meant to be the one-stop shop. This package is here for people to modify for their projects.

Given this understanding and the realization that some people don't use Redis for their projects, it may be best to come at this issue by documenting examples for how to set this up in a wiki.