Getting Error while running Testsuit with firefox through jenkins where my Katalon is installed in linux server

Hi,

I am running testsuit with firefox through Jenkins where my katalon is installed in Linux server. The error is

Caused by: java.nio.file.FileSystemException: /Katalon_Studio_Linux_64-6.1.1/configuration/resources/drivers/firefox_linux64/geckodriver: Operation not permitted

The files and folders have all the permissions. But still I am getting this error.

Firefox version : 64.0

Please help me at the earliest. Thanks in advance.

Hello,
I have the same problem running test suites in Jenkins through Frefox.
You can tell how you solved this error?

Hi,

Check the permission of your katalon application’s permission on the server. Give full permission and also the important thing is the ownership.

Give jenkins:jenkins for the katalon application by using chown -R jenkins:jenkins .

All the files including the drivers must have jenkins ownership. This made it worked.

Hope this helps!!

Thank you

thanks, it helped me too