-
Any examples to run Panther on Gitlab CI ?
My .gitlab-ci.yml
`image: ubuntu:bionic
services:
- postgres:11
variables:
POSTGRES_PASSWORD: root
POSTGRES_USER: root
POSTGRES_DB: v…
-
The current mouse API of the Panther client is still little bit messy and confusing, despite https://github.com/symfony/panther/pull/128. Have a look:
```php
click(Symfony\Component\DomCrawler\Lin…
-
```
sonata-project/admin-bundle 3.44.0 ! 3.45.0 The missing Symfony Admin Generator
sonata-project/block-bundle 3.14.0 = 3.14.0 …
-
I want to log in the user to have not provided elements in anonymous context. Here is my test class :
namespace App\Tests\Functional;
use Symfony\Component\Panther\PantherTestCase;
…
-
I got this error on production server. Im running on AWS ubuntu 18.04 instance.
request.CRITICAL: Uncaught PHP Exception RuntimeException: "Chrome could not start (or has crashed) after 5 seconds."…
-
Upgrade chromedriver to 2.44 (Symfony Panther 0.4.1)
-
```
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Conclusion: don't install doctrine/doctrine-bundle 1.12.x-dev
- Installation request for dama…
-
| Q | A
| ------------ | ---
| Feature PR | symfony/symfony#32207
| PR author(s) | @dunglas
| Merged in | pull/32207
-
I started using panther inside my symfony project, and when I start a unit test, the first call made by the HTTP client to check if the webserver is running will build the cache. This takes more than …
-
### Environment
#### Sonata packages
```bash
$ composer show --latest 'sonata-project/*'
Restricting packages listed in "symfony/symfony" to "4.3.*"
sonata-project/admin-bundle …