-
-
Is there a way to use symfony/panther with Behat?
If no, what would be needed to add it?
-
I am using Symfony Panther for web scraping. When Google Chrome's version and Chrome driver was 89, everything worked fine. But after updating both versions to 92,
$crawler->filter('h1')->html();
…
-
I have a Symfony app (7.1).
For e2e tests I use [phpunit](https://symfony.com/doc/current/components/phpunit_bridge.html) + [symfony/panther](https://github.com/symfony/panther) + [Chrome for Testing…
-
The following errors are happening in a production & staging environment when we attempt to screenshot with panther, set size for the window, or do anything that utilizes panther for web scraping. It …
-
Hi, I have tried to configure dev with symfony [panther](https://github.com/symfony/panther) for web scraping, but I have not found a way to do it.
Anyone have any idea how I could make it work? …
-
### Environment
PHP 8.1
SYMFONY 4.4
#### Symfony packages
{
"type": "project",
"license": "proprietary",
"require": {
"php": "^8.1",
"ext-ctype": "*",
"ex…
-
When I run php pm with test environment
`vendor/bin/ppm start --config=ppm.json --app-env=test`
I got following exception:
```
An exception was thrown by the bridge. Forcing restart of the w…
-
**Is your feature request related to a problem? Please describe.**
The README of symfony/panther mentions LiipFunctionalTestBundle and its trait to load fixtures, it was removed in the 3.x release an…
-
Your project is very interesting. :+1:
What about code coverage? Does it work like for a regular Symfony `WebTestCase`? If not, is that a panned thing or is it not feasible?
Thanks!