-
hello
i noticed a problem with panther
in case of making a mistake when Dom crawler targeting is given (wrong node name , wrong class..Etc)
it return an error of a node list empty which is norm…
-
I'm on the cloud version of Repman and one of our packages started reporting the error in the title for some reason.
Not sure where it tries to fetch that from, I can't find it anywhere in the reposi…
Bocom updated
7 months ago
-
Hey there,
I want to assert the new document state after interacting with the document.
I set the test client and web server up like this in my test super class, which uses the PantherTestCaseTr…
-
I'm working on a test script using PHP and Panther which requires me to first login to my Google account to then access my app. I've tried a whole bunch of different ways of getting the script to clic…
-
Is there a way to reuse the same (loaded) chrome instance/session when loading several pages in a row (loop)?
So that you wouldn't have to load full browser into memory for each web page?
Thank…
-
What is the issue?
I can not upgrade to Symfony 5.x respectively I have two versions of ```mink-extension``` installed.
```BASH
docker@94a71a61aa04:/var/www/html$ composer why friends-of-behat/…
-
We have Panther 1.0 tests for non-Symfony site.
Image for the job is docker 19.03, docker-dind, mysql, redis and solr are services with aliases.
Job script is like this:
```
variables:
…
-
When connecting to *remote* webpages, I'm sometimes getting this exception:
> Curl error thrown for http DELETE to /session/5db262bc-961f-4cbf-9983-8d602f00d89a
> Operation timed out after 30000 m…
-
Hello,
Is it possible to run multiple Panther (using headless chrome) in parallel?
If I try to run same script from the second terminal i get this error:
"PHP Fatal error: Uncaught RuntimeEx…
-
Hi !
I'm trying to launch tests with multi domain app. As a good fellow I read the doc and make a lot of searchs ;)
The problem :
I've got an app with 4 subdomains so I use docker to launch it.…