-
Hello,
I have just started learning panther but getting this issue when launching the tests:
Symfony\Component\Process\Exception\RuntimeException: The provided cwd "/home/anuradha/Documents/Proj…
-
Everytime I am getting below mentioned error while trying to execute the code inside docker, using the Dockerfile which is available on the project README
`Error Below::`
2021-02-08 16:37:30…
-
## Versions
Symfony 6.0
PHP 8.1
PhpUnit 9.5.11
symfony/phpunit-bridge 6.0
## Description
Panther starts fine when running tests without a testsuite option. On the other hand, if we add a --tes…
-
Hello everyone. I run my webserver and tests inside a docker environment and my web browser is in my host computer. As I've read in #190 chromedriver can't be used on such set up and I must use seleni…
-
`Dockerfile`:
```
# https://github.com/symfony/panther#docker-integration
FROM php:latest
RUN apt-get update && apt-get install -y libzip-dev zlib1g-dev chromium && docker-php-ext-install zip
E…
-
When I run tests using Panther, all check pass, but the return code is not 0 because a fatal error is thrown at the end. When I run it from my machine this error is reached randomly, on CI machines (s…
mpiot updated
9 months ago
-
is a way to run a js function with goutte?
``
This html change and now i cant submit and when y fill the form i can´t send it.
-
Hi,
Could you help me, I like to use Panther in a docker container but phpunit returns an error "_DevToolsActivePort file doesn't exist_" ?
```
1) App\Tests\FirstTest::testSomething
Facebook\W…
-
Hi,
I am developing a website without any framework and I want to integrate some test using panther.
### Infos
**My folder structure :**
```
myproject/
├── src/
│ ├── myprojectrootfile-1.…
-
Hi!
```
```
When I run the previous code, I'm getting the error mentioned in the title that comes from vendor/symfony/panther/src/ProcessManager/WebServerReadinessProbeTrait.php -more specifi…