-
I am trying laravel dusk on a fresh installation laravel 5.4.x-dev
This is what I get when I run `php artisan dusk`
```
PHPUnit 5.7.5 by Sebastian Bergmann and contributors.
Runtime: P…
-
This is a similar issue like #24
I have this yml file:
```
stages:
- build
- test
- deploy
# Variables
variables:
DB_HOST: mysql-test
MYSQL_DATABASE: laravel
MYSQL_ROOT_PASSWO…
-
Hello,
So I just installed a new Laravel 5.4 project and thought I'd give Dusk a try..
Followed the installation steps in the documentation:
1. Ran `composer require laravel/dusk`
2. Updated…
-
I've taken the files from the example and it keeps giving me this:
```
SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name o
r service not known
```
Here's the .gitl…
-
I would like to deploy my project on Gitlab CI with a yaml file. Dumped the following error log when I tried to install php extensions...
```
$ docker-php-ext-install mbstring mcrypt pdo_mysql cu…
-
Berdasarkan percakapan dengan kak @wayanjimmy , kita akan menggunakan CI/CD Gitlab karena banyak developer yang familiar dan tutorialnya yang cukup banyak serta ada CI/CD Gitlab yang support Laravel, …
-
I'm facing error with some environments (but not all).
```
/usr/lib/ruby/2.5.0/openssl/buffering.rb:325:in `syswrite': Broken pipe (Errno::EPIPE)
from /usr/lib/ruby/2.5.0/openssl/buffering.rb:32…
-
Hello,
is it possible to adjudicate a game via a web API?
Thanks in advance.
-
I have been using stable image for CI/CD in gitlab.
I always come across this issue with laravel dusk testing:
**Error:**
`Facebook\WebDriver\Exception\WebDriverCurlException:` Curl error thrown…
-
Hi @chilio ,
Thanks for your great work,
I am using your image since a month I am setting it up with a gitlab ci yml file.
But I keep getting the error
**[WARNING]: Unable to evaluate script: dis…