0

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 Answers1

0

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

Matthew Manela
  • 16,572
  • 3
  • 64
  • 66