-
Hi folks!
I've implemented panther for e2e tests in one of my projects within a php container and it works flawlessly so far. I've installed chromium and the chromedriver on the dev image and running…
-
Hi,
Is it possible to override/mock container services in the server process? I would like to mock an external data source in a functional test. I've tried the following, but this seems to override…
-
Hi,
When i take a screenshot the directory is being weird because my error message contains quotes.
![Schermafbeelding 2021-07-08 om 10 50 19](https://user-images.githubusercontent.com/8653367/124…
-
Vérifier que l'ajout d'un adhérent via l'interface fonctionne bien :
- [ ] Vérifier que la page http://membres.yourcoop.local:8000/member/XXX/show fonctionne
- [ ] Vérifique que l'utilisateur es…
-
### Environment
Symfony 4.2.8
#### Symfony packages
```
$ composer show --latest 'symfony/*'
symfony/apache-pack v1.0.1 v1.0.1 A pack for Apache support in S...
symfony/asset …
-
Hello,
I'm upgrading from 2.1.0 to 2.1.1 and I encounter the following error :
`TypeError: Symfony\Component\Panther\DomCrawler\Crawler::html(): Return value must be of type string, null retur…
-
I use
"symfony/framework-bundle": "5.3.*",
"dbrekelmans/bdi": "^0.3.0",
"symfony/panther": "^1.1",
with docker
```
ENV PANTHER_NO_SANDBOX 1
ENV PANTHER_CHROME_ARGUMENTS='…
-
Hi,
Maybe my question is stupid as I'm just getting started with panther. When I create any client I have this error :
RuntimeException: Could not connect to chrome after 5 seconds (Status …
-
Hi there,
I am trying to retrieve, and ultimately set, session values in my test. It works fine using the symfony client like so:
```
$client = static::createClient();
$session = $client->getCon…
-
A valid XPath selector for nth element, e.g. `(//a)[3]` is treated as a CSS selector because it does not start with a `/`, which causes an "invalid selector" exception to be thrown.
https://github.…