panther: Missing execution bit from chromedriver preventing its execution
Hi,
I’m trying to use Panthère in Symfony on Debian, but I have this error when launching my tests :
RuntimeException: sh: 1: exec: /srv/app/vendor/symfony/panthere/src/ProcessManager/../../chromedriver-bin/chromedriver_linux64: Permission denied
Indeed, here’s the permission status :

Is there a way to install chromedriver without setting permissions by hand ?
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 1
- Comments: 23 (9 by maintainers)
Commits related to this issue
- Added a warning about the `unzip` command (closes #54) — committed to Deuchnord/panther by Deuchnord 6 years ago
- Added a warning about the `unzip` command (#120) * Added a warning about the `unzip` command (closes #54) * Rewording to make the warning easier to find with the search engines * Clarifying the... — committed to symfony/panther by Deuchnord 6 years ago
- Added a warning about the `unzip` command (#120) * Added a warning about the `unzip` command (closes #54) * Rewording to make the warning easier to find with the search engines * Clarifying the... — committed to symfony/panther by Deuchnord 6 years ago
@dunglas thanks, installing
unzipsolved the problem for me too.Then I had another problem:
I installed libxi6 and libgconf-2-4 too to fix the problem. Hope this will help someone.
Edit: I was using chromium instead of chromedriver
no, the team stopped using Panthere because of this issue. It was a nightmare to debug/work with. Other executables are fine (doctrine, symfony console etc…) it seems that it’s related only with panthere.
We used Cypress for E2E tests.