-
After running a composer update (see below), some of my tests started failing. I've narrowed the problem down to a `WebTestCase` creating a client and then making multiple requests (typically when a t…
-
# What I did
- Follow the book up to the "Work environment - PHP" step (https://symfony.com/doc/6.4/the-fast-track/en/1-tools.html#php)
- Enable the extensions intl, pdo_pgsql, xsl, amqp, gd, openss…
-
Hello, I have just discovered php-sage and I find it good because it avoids the exceptions that Kint generates.
However, I noticed a few things:
1- Sage does not display available methods like i…
-
Hi,
I've tried upgrading my project to PHPUnit 10.* today and ran into errors like this when running my tests:
```
1) Sworp\Tests\MyTest:testSomething
Error: Interface "PHPUnit\Runner\BeforeFir…
-
It seems the latest version of phpunit included some changes affecting panther
```txt
Exception in third-party event subscriber: Too few arguments to function Symfony\Component\Panther\ServerExten…
-
Hi everyone 👋
Small question about testing, is there any reason to don't have any documentation about using Panther in the testing page? 🤔
https://symfony.com/doc/current/testing.html
-
Hy,
on a new installation, I'll testing the example request code on a laravel installation and will become, with the default configuration the following error:
`unknown error: cannot find Chrome…
-
I maintain a library that has a dependency on `symfony/panther`. The library needs to look around in the DOM of a web page. For this, the panther crawler is perfect.
Having a dependency on `symfony…
-
Follows
- #130
Blockers:
- https://github.com/symfony/panther/pull/604
-
### What happened?
Selenium can not click on a button altough the button is visible.
In a demo project, spring boot 2.7, selenium 4.5.0 and testcontainers 1.17.5 is used.
The application consists …