Running chutzpah on server using chrome

132 views Asked by At

I have Java Script project where I am using Chutzpah and intend to run in server. I have tried changed to chrome in local and it works fine except a few test cases. Do we need to define the browser path to run in server?

1

There are 1 answers

0
Matthew Manela On

You would need to define the local path to the browser if you are using chrome. See this page. I would recommend using JSDom if it works since it has no external dependencies.

enter image description here